[123101] trunk/dports/devel/cppcheck/Portfile

cal at macports.org cal at macports.org
Tue Aug 5 04:00:56 PDT 2014


Revision: 123101
          https://trac.macports.org/changeset/123101
Author:   cal at macports.org
Date:     2014-08-05 04:00:56 -0700 (Tue, 05 Aug 2014)
Log Message:
-----------
cppcheck: blacklist all GCC versions in an attempt to fix build on SL, closes #43757, maintainer

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

Modified: trunk/dports/devel/cppcheck/Portfile
===================================================================
--- trunk/dports/devel/cppcheck/Portfile	2014-08-05 10:57:14 UTC (rev 123100)
+++ trunk/dports/devel/cppcheck/Portfile	2014-08-05 11:00:56 UTC (rev 123101)
@@ -29,6 +29,9 @@
 
 depends_lib                 port:pcre
 
+compiler.blacklist-append   *gcc*
+compiler.fallback-append    macports-clang-3.5
+
 use_configure               no
 
 variant universal {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140805/af293cee/attachment-0001.html>


More information about the macports-changes mailing list