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

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 2 17:10:28 PDT 2013


Revision: 110631
          https://trac.macports.org/changeset/110631
Author:   jeremyhu at macports.org
Date:     2013-09-02 17:10:28 -0700 (Mon, 02 Sep 2013)
Log Message:
-----------
TinySVM: Build with clang

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

Modified: trunk/dports/math/TinySVM/Portfile
===================================================================
--- trunk/dports/math/TinySVM/Portfile	2013-09-03 00:08:16 UTC (rev 110630)
+++ trunk/dports/math/TinySVM/Portfile	2013-09-03 00:10:28 UTC (rev 110631)
@@ -27,7 +27,9 @@
 # respect build_arch / universal_archs
 patchfiles          patch-configure.diff
 
-compiler.blacklist  clang
+post-patch {
+    reinplace "s|-O9||g" ${worksrcpath}/configure
+}
 
 configure.args      --disable-shared \
                     --mandir=${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130902/705b6476/attachment-0001.html>


More information about the macports-changes mailing list