Ticket #47889: doxygen.diff
File doxygen.diff, 1.7 KB (added by RJVB (René Bertin), 9 years ago) |
---|
-
/opt/local/var/macports/sources/
old new 5 5 6 6 name doxygen 7 7 version 1.8.9.1 8 revision 1 8 9 categories textproc devel 9 10 maintainers css openmaintainer 10 11 license GPL-2 … … 86 87 # ensure correct compilers and compiler options are used 87 88 reinplace "/^TMAKE_CC\[\[:space:\]\]/s%=.*%= ${configure.cc} ${configure.cppflags} [get_canonical_archflags cc]%" ${tmake_conf} 88 89 reinplace "/^TMAKE_CXX\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${configure.cppflags} ${cxx_stdlibflags} [get_canonical_archflags cxx]%" ${tmake_conf} 90 reinplace "s/^TMAKE_CFLAGS_RELEASE\[\[:space:\]\]= -O3/TMAKE_CFLAGS_RELEASE = ${configure.optflags}/g" ${tmake_conf} 89 91 reinplace "/^TMAKE_LINK\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${configure.ldflags} ${cxx_stdlibflags} [get_canonical_archflags ld]%" ${tmake_conf} 90 92 reinplace "/^TMAKE_LINK_SHLIB\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${cxx_stdlibflags} [get_canonical_archflags ld]%" ${tmake_conf} 91 93 reinplace "s|-mmacosx-version-min=10.5||g" ${tmake_conf} … … 166 168 ${worksrcpath}/addon/doxywizard/doxywizard.pro.in 167 169 168 170 # fix final install location 169 reinplace "s|__APPLICATIONS_DIR__|${ applications_dir}|" \171 reinplace "s|__APPLICATIONS_DIR__|${qt_apps_dir}|" \ 170 172 ${worksrcpath}/addon/doxywizard/Makefile.in 171 173 172 174 # use the correct QMAKE command; the other should work, but