[79525] trunk/dports/graphics/libcaca/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Jun 16 09:54:34 PDT 2011


Revision: 79525
          http://trac.macports.org/changeset/79525
Author:   jeremyhu at macports.org
Date:     2011-06-16 09:54:34 -0700 (Thu, 16 Jun 2011)
Log Message:
-----------
libcaca: darwin11 build fix

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

Modified: trunk/dports/graphics/libcaca/Portfile
===================================================================
--- trunk/dports/graphics/libcaca/Portfile	2011-06-16 16:42:49 UTC (rev 79524)
+++ trunk/dports/graphics/libcaca/Portfile	2011-06-16 16:54:34 UTC (rev 79525)
@@ -38,6 +38,13 @@
 	                        --x-libraries=${prefix}/lib 
 }
 
+platform darwin 11 {
+	# BUILD FIX TODO:
+	# llvm-gcc-4.2 and clang fail to build as of 2011.06.16
+	# This looks like an error in the package.
+	configure.compiler gcc-4.2
+}
+
 livecheck.type  regex
 livecheck.url   ${master_sites}
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)\\.beta(?:\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110616/e90e5d20/attachment-0001.html>


More information about the macports-changes mailing list