[80061] trunk/dports/devel/ncurses/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Jul 3 10:02:02 PDT 2011


Revision: 80061
          http://trac.macports.org/changeset/80061
Author:   jeremyhu at macports.org
Date:     2011-07-03 10:02:01 -0700 (Sun, 03 Jul 2011)
Log Message:
-----------
ncurses: Fall back on llvm-gcc from clang for now

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

Modified: trunk/dports/devel/ncurses/Portfile
===================================================================
--- trunk/dports/devel/ncurses/Portfile	2011-07-03 16:59:39 UTC (rev 80060)
+++ trunk/dports/devel/ncurses/Portfile	2011-07-03 17:02:01 UTC (rev 80061)
@@ -44,6 +44,13 @@
                 --enable-symlinks
 # using symlinks because of ticket #13601
 
+# BUILD FIX TODO
+# ncurses doesn't build with clang as of 2011.06.27
+# clang doesn't like ncurses C++
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 if {[variant_isset universal]} {
     configure.args-append --with-chtype=int
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110703/d1f190e6/attachment-0001.html>


More information about the macports-changes mailing list