Re: [MacPorts] #13971: cairo universal when build from Leopard/ppc
#13971: cairo universal when build from Leopard/ppc ------------------------------------+--------------------------------------- Reporter: reiffert@macports.org | Owner: ryandesign@macports.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Enhancements Component: ports | Version: 1.6.0 Resolution: | Keywords: Port: cairo, cairo-devel | ------------------------------------+--------------------------------------- Changes (by ryandesign@macports.org): * port: => cairo, cairo-devel Old description:
When building cairo universal I had to change the Portfile. I am building on leopard/ppc and I want to let this run on tiger/intel.
I was building cairo with: port install cairo +universal +no_x11 macosx_deployment_target=10.4
which does the job when I use --host=i686-apple-darwin8 and --host =powerpc-apple-darwin8 like can be found in the patch.
Now it really beats me, when I want to merge my changes to a new Portfile under the circumstances, that this should only be used when building from leopard/ppc.
I was trying something like
platform Darwin 9 powerpc { // my configure here }
but it gets ignored.
Kind regards Thomas
New description: When building cairo universal I had to change the Portfile. I am building on leopard/ppc and I want to let this run on tiger/intel. I was building cairo with: {{{ port install cairo +universal +no_x11 macosx_deployment_target=10.4 }}} which does the job when I use --host=i686-apple-darwin8 and --host =powerpc-apple-darwin8 like can be found in the patch. Now it really beats me, when I want to merge my changes to a new Portfile under the circumstances, that this should only be used when building from leopard/ppc. I was trying something like {{{ platform Darwin 9 powerpc { // my configure here } }}} but it gets ignored. Kind regards[[br]] Thomas -- -- Ticket URL: <http://trac.macports.org/ticket/13971#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts