Revision: 86832 http://trac.macports.org/changeset/86832 Author: takanori@macports.org Date: 2011-11-05 07:02:49 -0700 (Sat, 05 Nov 2011) Log Message: ----------- rxvt-unicode: use llvm-gcc-4.2 instead of clang Modified Paths: -------------- trunk/dports/x11/rxvt-unicode/Portfile Modified: trunk/dports/x11/rxvt-unicode/Portfile =================================================================== --- trunk/dports/x11/rxvt-unicode/Portfile 2011-11-05 11:49:08 UTC (rev 86831) +++ trunk/dports/x11/rxvt-unicode/Portfile 2011-11-05 14:02:49 UTC (rev 86832) @@ -13,6 +13,7 @@ name rxvt-unicode version 9.11 +revision 1 categories x11 maintainers gmail.com:evangoldenberg \ openmaintainer @@ -44,6 +45,12 @@ path:bin/perl:perl5 \ port:zlib +# FIXME: clang++ 3.0 produces unstable urxvt binary which sometimes causes errors like: +# "terminate called throwing an exceptionAbort trap: 6" +if {${configure.compiler} == "clang"} { + configure.compiler llvm-gcc-4.2 +} + configure.perl ${prefix}/bin/perl patchfiles patch-Makefile.in.diff
participants (1)
-
takanori@macports.org