#17357: cyrus-sasl2 needs a change in order to build the universal variant -----------------------------------+---------------------------------------- Reporter: 10.50@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: cyrus-sasl2 universal | Port: cyrus-sasl2 -----------------------------------+---------------------------------------- The ''cyrus-sasl2'' package, needed by subversion, must be minutly modified in order to build +universal. The "libtool" file bundled with the package does not link universal lib. At line 178 of the script, instead of this: {{{ archive_cmds = "$(CC) ..." }}} it should be: {{{ archive_cmds = "$(CC) -arch i386 -arch ... (etc. depending on the archs that should be built) ..." }}} With that patch everything goes fine. -- Ticket URL: <http://trac.macports.org/ticket/17357> MacPorts <http://www.macports.org/> Ports system for Mac OS