[106112] trunk/dports/devel/ppl/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed May 15 00:45:31 PDT 2013


Revision: 106112
          https://trac.macports.org/changeset/106112
Author:   ryandesign at macports.org
Date:     2013-05-15 00:45:31 -0700 (Wed, 15 May 2013)
Log Message:
-----------
ppl: fix build on Tiger and Leopard by blacklisting gcc-3.3 and apple-gcc-4.0 also, and adding apple-gcc-4.2 as a fallback (#39109)

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

Modified: trunk/dports/devel/ppl/Portfile
===================================================================
--- trunk/dports/devel/ppl/Portfile	2013-05-15 05:06:12 UTC (rev 106111)
+++ trunk/dports/devel/ppl/Portfile	2013-05-15 07:45:31 UTC (rev 106112)
@@ -41,8 +41,10 @@
 depends_lib         port:gmp \
                     port:glpk
 
-compiler.blacklist  gcc-4.0
+compiler.blacklist-append gcc-3.3 gcc-4.0 apple-gcc-4.0
 
+compiler.fallback-append apple-gcc-4.2
+
 # TODO: base should do this: http://trac.macports.org/ticket/32542
 if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
     depends_build-append port:$portconfigure::compiler_name_map(${configure.compiler})
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130515/981dd1fd/attachment.html>


More information about the macports-changes mailing list