Ticket #18232: Portfile.diff

File Portfile.diff, 662 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • Portfile

    old new  
    4950depends_lib \
    5051    port:zlib
    5152
    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
     54configure.cppflags-delete -I${prefix}/include
     55configure.cppflags-append -isystem${prefix}/include
    5856
    5957platform darwin 7 {
    6058    depends_build-append    port:gmake