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  
    55
    66name                    doxygen
    77version                 1.8.9.1
     8revision                1
    89categories              textproc devel
    910maintainers             css openmaintainer
    1011license                 GPL-2
     
    8687    # ensure correct compilers and compiler options are used
    8788    reinplace "/^TMAKE_CC\[\[:space:\]\]/s%=.*%= ${configure.cc} ${configure.cppflags} [get_canonical_archflags cc]%" ${tmake_conf}
    8889    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}
    8991    reinplace "/^TMAKE_LINK\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${configure.ldflags} ${cxx_stdlibflags} [get_canonical_archflags ld]%" ${tmake_conf}
    9092    reinplace "/^TMAKE_LINK_SHLIB\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${cxx_stdlibflags} [get_canonical_archflags ld]%" ${tmake_conf}
    9193    reinplace "s|-mmacosx-version-min=10.5||g" ${tmake_conf}
     
    166168            ${worksrcpath}/addon/doxywizard/doxywizard.pro.in
    167169
    168170        # fix final install location
    169         reinplace "s|__APPLICATIONS_DIR__|${applications_dir}|" \
     171        reinplace "s|__APPLICATIONS_DIR__|${qt_apps_dir}|" \
    170172            ${worksrcpath}/addon/doxywizard/Makefile.in
    171173
    172174        # use the correct QMAKE command; the other should work, but