[92775] trunk/dports/net/flow-tools/Portfile

ciserlohn at macports.org ciserlohn at macports.org
Sun May 6 07:56:14 PDT 2012


Revision: 92775
          https://trac.macports.org/changeset/92775
Author:   ciserlohn at macports.org
Date:     2012-05-06 07:56:14 -0700 (Sun, 06 May 2012)
Log Message:
-----------
flow-tools: use llvm-gcc instead of clang (fixes #34358)

Modified Paths:
--------------
    trunk/dports/net/flow-tools/Portfile

Modified: trunk/dports/net/flow-tools/Portfile
===================================================================
--- trunk/dports/net/flow-tools/Portfile	2012-05-06 13:40:53 UTC (rev 92774)
+++ trunk/dports/net/flow-tools/Portfile	2012-05-06 14:56:14 UTC (rev 92775)
@@ -32,6 +32,10 @@
 depends_lib		port:openssl \
 			port:zlib
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 post-patch {
 	reinplace "s|__PREFIX__|${prefix}|g" \
 		${worksrcpath}/lib/ftpaths.h
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120506/2e2c096f/attachment.html>


More information about the macports-changes mailing list