[103667] trunk/dports/math/libsvm/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Mar 4 05:51:04 PST 2013


Revision: 103667
          https://trac.macports.org/changeset/103667
Author:   ryandesign at macports.org
Date:     2013-03-04 05:51:04 -0800 (Mon, 04 Mar 2013)
Log Message:
-----------
libsvm: enable universal variant (#38233)

Modified Paths:
--------------
    trunk/dports/math/libsvm/Portfile

Modified: trunk/dports/math/libsvm/Portfile
===================================================================
--- trunk/dports/math/libsvm/Portfile	2013-03-04 13:47:45 UTC (rev 103666)
+++ trunk/dports/math/libsvm/Portfile	2013-03-04 13:51:04 UTC (rev 103667)
@@ -30,9 +30,11 @@
 
 use_configure       no
 
+variant universal {}
+
 set libver          ${version}.0
 build.target        all
-build.args          CXX="${configure.cxx} ${configure.cxx_archflags}" \
+build.args          CXX="${configure.cxx} [get_canonical_archflags cxx]" \
                     PREFIX=${prefix} \
                     VERSION=${libver}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130304/f522abfd/attachment.html>


More information about the macports-changes mailing list