Ticket #18232: Portfile.diff
File Portfile.diff, 662 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 49 50 depends_lib \ 50 51 port:zlib 51 52 52 pre-extract { 53 if {[file exists ${prefix}/include/ftconfig.h]} { 54 ui_error "${name} cannot be built while flow-tools is active. To build ${name}, first deactivate flow-tools, then build ${name}, then re-activate flow-tools." 55 return -code error "flow-tools is present" 56 } 57 } 53 # See http://trac.macports.org/ticket/18232 54 configure.cppflags-delete -I${prefix}/include 55 configure.cppflags-append -isystem${prefix}/include 58 56 59 57 platform darwin 7 { 60 58 depends_build-append port:gmake