Commits

Ken authored and GitHub committed 7e33a86819a
Pallet: fix build with Xcode10+

use old build system
No tags

sysutils/Pallet/Portfile

Modified
31 31 }
32 32 }
33 33
34 34 platform darwin 14 {
35 35 # see https://trac.macports.org/ticket/43581
36 36
37 37 build.pre_args GCC_ENABLE_OBJC_GC=NO
38 38 destroot.pre_args GCC_ENABLE_OBJC_GC=NO
39 39 }
40 40
41 +# this port does not build with the new xcode build system at present
42 +if {[vercmp ${xcodeversion} 10.0] >= 0} {
43 + build.pre_args -UseNewBuildSystem=NO
44 + destroot.pre_args -UseNewBuildSystem=NO
45 +}
46 +
47 +
41 48 xcode.build.settings FRAMEWORK_SEARCH_PATHS='${frameworks_dir} Growl-1.2.1-Framework'
42 49 xcode.destroot.settings FRAMEWORK_SEARCH_PATHS='${frameworks_dir} Growl-1.2.1-Framework'
43 50
44 51 depends_lib-append port:MacPorts_Framework

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut