[95703] trunk/dports/graphics/Coin/Portfile

mww at macports.org mww at macports.org
Thu Jul 19 08:58:22 PDT 2012


Revision: 95703
          https://trac.macports.org/changeset/95703
Author:   mww at macports.org
Date:     2012-07-19 08:58:22 -0700 (Thu, 19 Jul 2012)
Log Message:
-----------
coin: fix build on 10.7

Modified Paths:
--------------
    trunk/dports/graphics/Coin/Portfile

Modified: trunk/dports/graphics/Coin/Portfile
===================================================================
--- trunk/dports/graphics/Coin/Portfile	2012-07-19 15:34:26 UTC (rev 95702)
+++ trunk/dports/graphics/Coin/Portfile	2012-07-19 15:58:22 UTC (rev 95703)
@@ -27,6 +27,10 @@
 			port:xorg-libXext \
 			port:xorg-libXt
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 configure.args		--with-simage=${prefix} --mandir=${prefix}/share/man
 
 post-build {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120719/a7d9e772/attachment-0001.html>


More information about the macports-changes mailing list