Ticket #32634: Portfile.diff
File Portfile.diff, 624 bytes (added by macporter90210@…, 13 years ago) |
---|
-
Portfile
old new 72 72 depends_lib-append port:gcc45 73 73 } 74 74 75 variant apple42debug conflicts gcc42 gcc43 gcc44 gcc45 {Build with apple-gcc-4.2 and debug symbols} { 76 configure.compiler apple-gcc-4.2 77 configure.args-append CFLAGS='-g -O2' 78 configure.args-append CXXFLAGS='-g -O2' 79 } 80 75 81 variant aqua description {Enable quartz graphics device} { 76 82 if {${os.platform} == "darwin" && ${os.major} == 10} { 77 83 # This variant uses a hack in "CFString.h" that does not define the problematic CF_FORMAT_FUNCTION