[138549] trunk/dports/devel/gecode/Portfile
khindenburg at macports.org
khindenburg at macports.org
Sat Jul 11 16:25:55 PDT 2015
Revision: 138549
https://trac.macports.org/changeset/138549
Author: khindenburg at macports.org
Date: 2015-07-11 16:25:54 -0700 (Sat, 11 Jul 2015)
Log Message:
-----------
gecode: fix building for +qt4/5 - maintainer #48159
Modified Paths:
--------------
trunk/dports/devel/gecode/Portfile
Modified: trunk/dports/devel/gecode/Portfile
===================================================================
--- trunk/dports/devel/gecode/Portfile 2015-07-11 23:00:35 UTC (rev 138548)
+++ trunk/dports/devel/gecode/Portfile 2015-07-11 23:25:54 UTC (rev 138549)
@@ -37,11 +37,15 @@
variant qt4 conflicts qt5 description {Add QT 4 support} {
depends_lib-append port:qt4-mac
configure.args-replace --disable-qt --enable-qt
+ configure.env PATH=$env(PATH):${prefix}/libexec/qt4-mac/bin
+ build.env PATH=$env(PATH):${prefix}/libexec/qt4-mac/bin
}
variant qt5 conflicts qt4 description {Add QT 5 support} {
depends_lib-append port:qt5-mac
configure.args-replace --disable-qt --enable-qt
+ configure.env PATH=$env(PATH):${prefix}/libexec/qt5-mac/bin
+ build.env PATH=$env(PATH):${prefix}/libexec/qt5-mac/bin
}
livecheck.type regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150711/4ffb01fb/attachment.html>
More information about the macports-changes
mailing list