[79874] trunk/dports/textproc/aspell/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Tue Jun 28 16:50:41 PDT 2011
Revision: 79874
http://trac.macports.org/changeset/79874
Author: jeremyhu at macports.org
Date: 2011-06-28 16:50:40 -0700 (Tue, 28 Jun 2011)
Log Message:
-----------
aspell: Use llvm-gcc rather than clang due to C++ issues
Modified Paths:
--------------
trunk/dports/textproc/aspell/Portfile
Modified: trunk/dports/textproc/aspell/Portfile
===================================================================
--- trunk/dports/textproc/aspell/Portfile 2011-06-28 23:49:15 UTC (rev 79873)
+++ trunk/dports/textproc/aspell/Portfile 2011-06-28 23:50:40 UTC (rev 79874)
@@ -36,6 +36,11 @@
test.run yes
test.target check
+# BUILD FIX TODO:
+# clang fails to build this project due to buggy C++ as of 2011.06.28 0.60.6
+if {${configure.compiler} == "clang"} {
+ configure.compiler llvm-gcc-4.2
+}
post-destroot {
file copy ${filespath}/u-deva.cmap ${destroot}${prefix}/lib/aspell-0.60/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110628/ee64dcda/attachment.html>
More information about the macports-changes
mailing list