#38928: libgsf 1.14.26 does not build on PPC Tiger, due to gobject-introspection ------------------------------+-------------------------------- Reporter: Peter_Dyballa@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: libgsf | ------------------------------+-------------------------------- Comment (by Peter_Dyballa@…): I added these lines to Portfile and then the build succeeded: {{{ 45 platform darwin 8 { 46 # The rules enabled by gobject-introspection require GNU make 3.81+ (#38927) 47 depends_build-append port:gmake 48 build.cmd ${prefix}/bin/gmake 49 } }}} The reason is that with the new gobject-introspection at least GNU make 3.81 is needed for the build. -- Ticket URL: <https://trac.macports.org/ticket/38928#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X