#35057: gcc48: fails configure check for PPL ------------------------------+--------------------------------------------- Reporter: ram@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: gcc48 ------------------------------+--------------------------------------------- Comment(by md14-macports@…): I was able to build gcc47 by using the gcc48 Portfile change from r94941 to disable the ppl version check. {{{ $ diff -u gcc47/Portfile.orig gcc47/Portfile --- gcc47/Portfile.orig 2012-06-14 05:30:36.000000000 -0700 +++ gcc47/Portfile 2012-07-02 10:54:52.000000000 -0700 @@ -87,6 +87,8 @@ --with-ld=${prefix}/bin/ld \ --with-ar=${prefix}/bin/ar \ --with-bugurl=https://trac.macports.org/newticket +# remove this asap when upstream implements a check for ppl 1.0 +configure.args-append --disable-ppl-version-check configure.env-append \ AR_FOR_TARGET=${prefix}/bin/ar \ }}} -- Ticket URL: <https://trac.macports.org/ticket/35057#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS