#19522: simple change Portfile build 64bit version -------------------------------------------+-------------------------------- Reporter: M.Hami@… | Owner: yunzheng.hu@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: universal x86_64 | Port: lzo2 -------------------------------------------+-------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => yunzheng.hu@… Old description:
please add the lines:
PortGroup muniversal 1.0 universal_variant yes
to the lzo2 Portfile. Than it will build with the x86_64 universal flag set.
file /opt/local/lib/liblzo2.dylib /opt/local/lib/liblzo2.dylib: Mach-O universal binary with 2 architectures /opt/local/lib/liblzo2.dylib (for architecture i386): Mach-O dynamically linked shared library i386 /opt/local/lib/liblzo2.dylib (for architecture x86_64): Mach-O 64-bit dynamically linked shared library x86_64
New description: please add the lines: {{{ PortGroup muniversal 1.0 universal_variant yes }}} to the lzo2 Portfile. Then it will build with the x86_64 universal flag set. {{{ file /opt/local/lib/liblzo2.dylib /opt/local/lib/liblzo2.dylib: Mach-O universal binary with 2 architectures /opt/local/lib/liblzo2.dylib (for architecture i386): Mach-O dynamically linked shared library i386 /opt/local/lib/liblzo2.dylib (for architecture x86_64): Mach-O 64-bit dynamically linked shared library x86_64 }}} -- -- Ticket URL: <http://trac.macports.org/ticket/19522#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS