#17342: MacPorts - new port - shells/osh --------------------------------+------------------------------------------- Reporter: jan+mp@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Keywords: | Port: osh --------------------------------+------------------------------------------- Comment(by blb@…): Replying to [comment:9 jan+mp@…]:
At least in 1.6, build phase PREFIX=... gets overwritten by the +universal build.args when doing a
Ah, missed that somehow, must have been too quick when testing...a cleaner solutions is to use {{{build.args-append}}} in the universal variant so build.args can still be used in both places. {{{ build.args ${build.target} PREFIX=${prefix} ... variant universal { build.args-append CFLAGS="${configure.universal_cflags}" LDFLAGS="${configure.universal_ldflags}" }}} -- Ticket URL: <http://trac.macports.org/ticket/17342#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS