#15570: Use ${universal.configure_*} in cairo and openssl -----------------------------------+---------------------------------------- Reporter: david@bamsoftware.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.7.0 Keywords: | -----------------------------------+---------------------------------------- This is a patch to cause cairo and openssl to use {{{${universal.configure_cflags}}}} and {{{${universal.configure_ldflags}}}} (and {{{${universal.configure_cppflags}}} and {{{${universal.configure_args}}} in the case of cairo). This is necessary to get important flags like {{{-isysroot /Developer/SDKs/MacOSX10.4u.sdk}}} and {{{-mmacosx-version- min=10.4}}} considered. This is normally done by the default universal variant in Autoconf-using ports, but openssl doesn't use Autoconf and cairo declares its own universal variant. -- Ticket URL: <http://trac.macports.org/ticket/15570> MacPorts <http://www.macports.org/> Ports system for Mac OS