[79507] trunk/dports/devel/libsdl/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Jun 15 21:19:18 PDT 2011


Revision: 79507
          http://trac.macports.org/changeset/79507
Author:   jeremyhu at macports.org
Date:     2011-06-15 21:19:17 -0700 (Wed, 15 Jun 2011)
Log Message:
-----------
libsdl: darwin11 build fix

Modified Paths:
--------------
    trunk/dports/devel/libsdl/Portfile

Modified: trunk/dports/devel/libsdl/Portfile
===================================================================
--- trunk/dports/devel/libsdl/Portfile	2011-06-16 02:01:36 UTC (rev 79506)
+++ trunk/dports/devel/libsdl/Portfile	2011-06-16 04:19:17 UTC (rev 79507)
@@ -88,6 +88,11 @@
     }
 }
 
+platform darwin 11 {
+        # llvm-gcc-4.2 and clang fail to build as of 2011.06.15
+        configure.compiler gcc-4.2
+}
+
 livecheck.type  regex
 livecheck.url   ${homepage}download.php
 livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110615/b5291d04/attachment.html>


More information about the macports-changes mailing list