#42846: libsndfile @1.0.25 fails linking phase on mavericks 10.9.2 -------------------------+-------------------- Reporter: mtb19@… | Owner: hans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: libsndfile | -------------------------+-------------------- Comment (by ryandesign@…): Replying to [comment:12 jwhowse4@…]:
The new configure.patch works for me on 10.8.5 but I am still troubled by the fact it is using the wrong architecture...
If you are referring to the portion of the log that reads: {{{ Host CPU : ............................ i386 }}} I wouldn't be concerned. As far as I can tell, the configure script is just printing the value of the standard autoconf `host_cpu` variable, but is not using that value to make any decisions. As far as I know, it is normal for this variable to have the value "i386" on all Intel Macs, and this variable is largely irrelevant on OS X. The architecture for which software is actually built is controlled by the `-arch` flags that MacPorts adds. -- Ticket URL: <https://trac.macports.org/ticket/42846#comment:14> MacPorts <http://www.macports.org/> Ports system for OS X