Ticket #54372: patch-Portfile-scidavis.diff
File patch-Portfile-scidavis.diff, 812 bytes (added by NicosPavlov, 6 years ago) |
---|
-
(a) Portfile-old vs. (b) Portfile-gcc
a b 35 35 36 36 universal_variant no 37 37 38 configure.compiler macports-gcc-7 39 configure.pre_args-append -spec macx-llvm 40 38 41 patchfiles patch-OriginObj.diff 39 42 40 43 configure.pre_args-append "'CONFIG+=osx_dist noassistant'" … … 47 50 reinplace "s|/usr|${prefix}|g" ${worksrcpath}/fitPlugins/fitRational1/fitRational1.pro 48 51 reinplace "s|/usr|${prefix}|g" ${worksrcpath}/fitPlugins/planck_wavelength/planck_wavelength.pro 49 52 53 reinplace "s|clang++|${configure.cxx}|g" ${worksrcpath}/config.pri 54 50 55 if {${prefix} ne "/opt/local"} { 51 56 reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/config.pri 52 57 reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/mkMacDist.sh