[88466] trunk/dports/lang/ragel/Portfile
mww at macports.org
mww at macports.org
Tue Jan 3 01:31:58 PST 2012
Revision: 88466
http://trac.macports.org/changeset/88466
Author: mww at macports.org
Date: 2012-01-03 01:31:55 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
lang/ragel: fix build on 10.7
Modified Paths:
--------------
trunk/dports/lang/ragel/Portfile
Modified: trunk/dports/lang/ragel/Portfile
===================================================================
--- trunk/dports/lang/ragel/Portfile 2012-01-03 09:02:18 UTC (rev 88465)
+++ trunk/dports/lang/ragel/Portfile 2012-01-03 09:31:55 UTC (rev 88466)
@@ -24,6 +24,10 @@
depends_build port:bison
+if {${configure.compiler} == "clang"} {
+ configure.compiler llvm-gcc-4.2
+}
+
post-build {
system -W ${worksrcpath}/doc "${build.cmd} ragel.1"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120103/d8ee96ed/attachment.html>
More information about the macports-changes
mailing list