[110258] trunk/dports/news/nget/Portfile

jmr at macports.org jmr at macports.org
Thu Aug 29 03:24:37 PDT 2013


Revision: 110258
          https://trac.macports.org/changeset/110258
Author:   jmr at macports.org
Date:     2013-08-29 03:24:36 -0700 (Thu, 29 Aug 2013)
Log Message:
-----------
nget: can't compile with clang++, uses gnu variable length array extension

Modified Paths:
--------------
    trunk/dports/news/nget/Portfile

Modified: trunk/dports/news/nget/Portfile
===================================================================
--- trunk/dports/news/nget/Portfile	2013-08-29 10:20:38 UTC (rev 110257)
+++ trunk/dports/news/nget/Portfile	2013-08-29 10:24:36 UTC (rev 110258)
@@ -23,6 +23,9 @@
 
 patchfiles      patch-auto_map.h
 
+# ./par2/par2fileformat.h:89:25: error: flexible array member 'entries' of non-POD element type 'FILEVERIFICATIONENTRY []'
+compiler.blacklist  clang macports-clang-3.3
+
 configure.args	--mandir='\${prefix}/share/man'
 configure.cxxflags-append	"-I${prefix}/include"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130829/1d4cc3a4/attachment.html>


More information about the macports-changes mailing list