Ticket #19851: patch-doxygen.diff

File patch-doxygen.diff, 1.2 KB (added by dbevans (David B. Evans), 15 years ago)

Proposed patch for Portfile

  • Portfile

     
    4343        # ensure correct compilers and compiler options are used
    4444        reinplace "/^TMAKE_CC\[\[:space:\]\]/s%=.*%= ${configure.cc} ${configure.cppflags}%" ${tmake_conf}
    4545        reinplace "/^TMAKE_CXX\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${configure.cppflags}%" ${tmake_conf}
    46         reinplace "/^TMAKE_LINK\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${configure.ldflags}%" ${tmake_conf}
    47         reinplace "/^TMAKE_LINK_SHLIB\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${configure.ldflags}%" ${tmake_conf}
     46        reinplace "/^TMAKE_LINK\[\[:space:\]\]/s%=.*%= ${configure.cxx}%" ${tmake_conf}
     47        reinplace "/^TMAKE_LINK_SHLIB\[\[:space:\]\]/s%=.*%= ${configure.cxx}%" ${tmake_conf}
    4848
    4949        # may not be strictly necessary, but remove trailing '/' from DESTDIR
    5050        reinplace "s|\$(DESTDIR)/|\$(DESTDIR)|g" ${worksrcpath}/Makefile.in
     
    9999                configure.args-append   --platform macosx-uni-c++
    100100        }
    101101
    102         # If pre-Leopard, apply this patch for iconv().
    103         if { ${os.major} < 9 } {
    104                 patchfiles-append patch-portable.cpp.diff
    105         }
    106102}
    107103
    108104platform darwin 10 {