[96997] trunk/dports/math/TinySVM/Portfile

hum at macports.org hum at macports.org
Fri Aug 24 05:15:07 PDT 2012


Revision: 96997
          https://trac.macports.org/changeset/96997
Author:   hum at macports.org
Date:     2012-08-24 05:15:07 -0700 (Fri, 24 Aug 2012)
Log Message:
-----------
TinySVM: use llvm-gcc-4.2 compiler instead of clang.

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

Modified: trunk/dports/math/TinySVM/Portfile
===================================================================
--- trunk/dports/math/TinySVM/Portfile	2012-08-24 12:14:05 UTC (rev 96996)
+++ trunk/dports/math/TinySVM/Portfile	2012-08-24 12:15:07 UTC (rev 96997)
@@ -27,6 +27,10 @@
 # respect build_arch / universal_archs
 patchfiles          patch-configure.diff
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.args      --disable-shared \
                     --mandir=${prefix}/share/man
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120824/bc4db541/attachment.html>


More information about the macports-changes mailing list