New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #18258: doxygen-Portfile.diff

File doxygen-Portfile.diff, 332 bytes (added by mcalhoun@…, 3 years ago)
  • Portfile

    old new  
    9393        global tmake_conf 
    9494        set tmake_conf  ${worksrcpath}/tmake/lib/macosx-c++/tmake.conf 
    9595        configure.args-append   --platform macosx-c++ 
     96 
     97        if { ${os.major} < 9 } { 
     98                patchfiles-append patch-portable.cpp.diff 
     99        } 
    96100}