[88407] trunk/dports/lang/gccxml-devel/Portfile

mmoll at macports.org mmoll at macports.org
Fri Dec 30 21:19:38 PST 2011


Revision: 88407
          http://trac.macports.org/changeset/88407
Author:   mmoll at macports.org
Date:     2011-12-30 21:19:34 -0800 (Fri, 30 Dec 2011)
Log Message:
-----------
lang/gccxml-devel: doesn't compile with clang, so switch to llvm-gcc-4.2

Modified Paths:
--------------
    trunk/dports/lang/gccxml-devel/Portfile

Modified: trunk/dports/lang/gccxml-devel/Portfile
===================================================================
--- trunk/dports/lang/gccxml-devel/Portfile	2011-12-31 03:24:24 UTC (rev 88406)
+++ trunk/dports/lang/gccxml-devel/Portfile	2011-12-31 05:19:34 UTC (rev 88407)
@@ -20,5 +20,8 @@
 cvs.date 		2010-10-14
 cvs.module 		gccxml
 worksrcdir 		gccxml
-
+checksum {}
 universal_variant no
+if {${configure.compiler} == "clang"} {
+     configure.compiler llvm-gcc-4.2
+ }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111230/71b1f97c/attachment-0001.html>


More information about the macports-changes mailing list