New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #18232: Portfile.diff

File Portfile.diff, 0.6 KB (added by mcalhoun@…, 3 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