Ticket #17213: doxygen.diff
File doxygen.diff, 1.1 KB (added by ryandesign (Ryan Carsten Schmidt), 16 years ago) |
---|
-
Portfile
38 38 # setup to work smoothly with Qt3 39 39 post-patch { 40 40 reinplace "s|\$(QTDIR)/include|\$(QTDIR)/include/qt3|g" \ 41 "${worksrcpath}/tmake/lib/macosx-c++/tmake.conf"41 ${tmake_conf} 42 42 reinplace "s|@@PREFIX@@|${prefix}|g" \ 43 43 ${worksrcpath}/addon/doxywizard/Makefile.doxywizard 44 44 reinplace "s|@@X11PREFIX@@|${x11prefix}|g" \ … … 52 52 configure.args --docdir ${prefix}/share/doc --dot ${prefix}/bin/dot 53 53 configure.env QTDIR=${prefix} 54 54 55 post-configure { 56 reinplace "/^TMAKE_CC\[\[:space:\]\]/s%=.*%= ${configure.cc}%" ${tmake_conf} 57 reinplace "/^TMAKE_CXX\[\[:space:\]\]/s%=.*%= ${configure.cxx}%" ${tmake_conf} 58 } 59 55 60 build.env QTDIR=${prefix} 56 61 build.target all 57 62 … … 74 79 75 80 platform darwin { 76 81 # Specify the platform explicitly to avoid a universal build. 82 global tmake_conf 83 set tmake_conf ${worksrcpath}/tmake/lib/macosx-c++/tmake.conf 77 84 configure.args-append --platform macosx-c++ 78 85 if {[variant_isset wizard]} { 79 86 post-destroot {