Revision
110403
Author
snc@macports.org
Date
2013-08-30 15:20:39 -0700 (Fri, 30 Aug 2013)

Log Message

aamath: blacklist all clangs

Modified Paths

Diff

Modified: trunk/dports/math/aamath/Portfile (110402 => 110403)


--- trunk/dports/math/aamath/Portfile	2013-08-30 22:08:10 UTC (rev 110402)
+++ trunk/dports/math/aamath/Portfile	2013-08-30 22:20:39 UTC (rev 110403)
@@ -30,7 +30,9 @@
 configure.cppflags-append -I${prefix}/include/ncurses
 configure.ldflags-append -lreadline -ltermcap -lncurses
 
-compiler.blacklist  clang
+# ./expr.h:454:43: error: redefinition of parameter 'c'
+# void render_symbol(Canvas& c, int r, int c, int h) const;
+compiler.blacklist  *clang*
 
 patchfiles          patch-Makefile.diff
 post-patch {