[113692] trunk/dports/graphics/poppler/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Nov 23 01:25:47 PST 2013


Revision: 113692
          https://trac.macports.org/changeset/113692
Author:   ryandesign at macports.org
Date:     2013-11-23 01:25:47 -0800 (Sat, 23 Nov 2013)
Log Message:
-----------
poppler: blacklist Tiger's gcc-4.0 (#39144) (Leopard's gcc-4.0 is fine)

Modified Paths:
--------------
    trunk/dports/graphics/poppler/Portfile

Modified: trunk/dports/graphics/poppler/Portfile
===================================================================
--- trunk/dports/graphics/poppler/Portfile	2013-11-23 06:56:41 UTC (rev 113691)
+++ trunk/dports/graphics/poppler/Portfile	2013-11-23 09:25:47 UTC (rev 113692)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem      1.0
+PortGroup       compiler_blacklist_versions 1.0
 PortGroup       muniversal 1.0
 
 name            poppler
@@ -52,6 +53,8 @@
 use_autoreconf  yes
 autoreconf.args -fvi
 
+compiler.blacklist {gcc-4.0 < 5493}
+
 configure.args  --disable-poppler-qt4 \
                 --disable-gtk-test \
                 --disable-silent-rules \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131123/84a20c7e/attachment.html>


More information about the macports-changes mailing list