#21822: lzo2 configure fails building universal for ppc/i386/x86_64 -------------------------------------+-------------------------------------- Reporter: george@… | Owner: yunzheng.hu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: lzo2 -------------------------------------+-------------------------------------- Comment(by erik.abair@…): I was able to fix this on my machine by adding PortGroup muniversal 1.0 PortGroup archcheck 1.0 to the Portfile (after the PortSystem 1.0 line). This causes configure to be executed for each architecture; previously the results of the x64 configure were applied to the ACC conformance test, causing it to fail when building for 32-bit architecture (due to sizeof discrepancies). Patch attached with the caveat that I've only tested this on a single machine and do not know enough about muniversal/archcheck to be sure that it would work for anyone. -- Ticket URL: <http://trac.macports.org/ticket/21822#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS