[96552] trunk/dports/lang/gauche/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Aug 13 21:32:51 PDT 2012


Revision: 96552
          https://trac.macports.org/changeset/96552
Author:   ryandesign at macports.org
Date:     2012-08-13 21:32:45 -0700 (Mon, 13 Aug 2012)
Log Message:
-----------
gauche: blacklist clang because gosh crashes (during the build process) if compiled with clang (#35465)

Modified Paths:
--------------
    trunk/dports/lang/gauche/Portfile

Modified: trunk/dports/lang/gauche/Portfile
===================================================================
--- trunk/dports/lang/gauche/Portfile	2012-08-14 03:31:25 UTC (rev 96551)
+++ trunk/dports/lang/gauche/Portfile	2012-08-14 04:32:45 UTC (rev 96552)
@@ -38,6 +38,9 @@
 
 patchfiles          patch-src-Makefile.in.diff
 
+# `gosh` crashes when built with clang
+compiler.blacklist  clang
+
 configure.args      --with-local=${prefix} --enable-multibyte=utf-8 \
                     --with-iconv=${prefix} --with-slib=${prefix}/lib/slib \
                     --enable-threads=pthreads --enable-ipv6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120813/594cf021/attachment.html>


More information about the macports-changes mailing list