[107822] trunk/dports/textproc/sdcv/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jul 6 01:41:37 PDT 2013


Revision: 107822
          https://trac.macports.org/changeset/107822
Author:   ryandesign at macports.org
Date:     2013-07-06 01:41:37 -0700 (Sat, 06 Jul 2013)
Log Message:
-----------
sdcv: blacklist clang properly

Modified Paths:
--------------
    trunk/dports/textproc/sdcv/Portfile

Modified: trunk/dports/textproc/sdcv/Portfile
===================================================================
--- trunk/dports/textproc/sdcv/Portfile	2013-07-06 08:26:24 UTC (rev 107821)
+++ trunk/dports/textproc/sdcv/Portfile	2013-07-06 08:41:37 UTC (rev 107822)
@@ -34,9 +34,9 @@
 use_autoreconf          yes
 autoreconf.args         -fvi
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
+# https://sourceforge.net/p/sdcv/bugs/6/
+# libwrapper.cpp:212:26: error: variable length array of non-POD element type 'std::vector<gchar *>'
+compiler.blacklist      clang
 
 depends_build-append    port:pkgconfig
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130706/d00d5a69/attachment-0001.html>


More information about the macports-changes mailing list