[61739] trunk/dports/math/libsvm/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Dec 20 12:49:30 PST 2009
Revision: 61739
http://trac.macports.org/changeset/61739
Author: ryandesign at macports.org
Date: 2009-12-20 12:49:27 -0800 (Sun, 20 Dec 2009)
Log Message:
-----------
libsvm: ensure we're UsingTheRightCompiler
Modified Paths:
--------------
trunk/dports/math/libsvm/Portfile
Modified: trunk/dports/math/libsvm/Portfile
===================================================================
--- trunk/dports/math/libsvm/Portfile 2009-12-20 20:36:41 UTC (rev 61738)
+++ trunk/dports/math/libsvm/Portfile 2009-12-20 20:49:27 UTC (rev 61739)
@@ -25,7 +25,7 @@
set libver ${version}.0
build.target all
-build.args PREFIX=${prefix} VERSION=${libver}
+build.args CXX=${configure.cxx} PREFIX=${prefix} VERSION=${libver}
destroot {
xinstall -m 755 -W ${worksrcpath} svm-train svm-predict svm-scale ${destroot}${prefix}/bin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091220/5b8f817b/attachment.html>
More information about the macports-changes
mailing list