[125056] trunk/dports/devel/quickfix/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Sep 3 12:02:44 PDT 2014
Revision: 125056
https://trac.macports.org/changeset/125056
Author: ryandesign at macports.org
Date: 2014-09-03 12:02:43 -0700 (Wed, 03 Sep 2014)
Log Message:
-----------
quickfix: fix universal variant
Modified Paths:
--------------
trunk/dports/devel/quickfix/Portfile
Modified: trunk/dports/devel/quickfix/Portfile
===================================================================
--- trunk/dports/devel/quickfix/Portfile 2014-09-03 19:02:40 UTC (rev 125055)
+++ trunk/dports/devel/quickfix/Portfile 2014-09-03 19:02:43 UTC (rev 125056)
@@ -25,17 +25,17 @@
patchfiles patch-UnitTest++-Makefile.diff
+variant universal {}
+
post-patch {
reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/configure
reinplace "s|@CXX@|${configure.cxx}|g" ${worksrcpath}/UnitTest++/Makefile
- reinplace "s|@ARCHFLAGS@|${configure.cxx_archflags}|g" ${worksrcpath}/UnitTest++/Makefile
+ reinplace "s|@ARCHFLAGS@|[get_canonical_archflags cxx]|g" ${worksrcpath}/UnitTest++/Makefile
}
configure.args --with-java
configure.env "JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Home"
-universal_variant no
-
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/${name}/sql
copy ${worksrcpath}/src/sql/postgresql ${destroot}${prefix}/share/${name}/sql
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140903/b66bd0ec/attachment.html>
More information about the macports-changes
mailing list