#38299: gettext does not build for me on Leopard ----------------------+-------------------------- Reporter: cdev9@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: leopard Port: gettext | ----------------------+-------------------------- Comment (by ryandesign@…): From our side, nothing has changed that would have caused this problem. To see for what architectures your ports are installed, use: {{{ port -v installed }}} So to see which are installed for x86_64 you could use: {{{ port -v installed | grep x86_64 }}} x86_64 might be imperceptibly faster than i386. The x86_64 architecture has more registers available than i386, so some programs might benefit from that. You don't need to build universal if all you want is to build x86_64. You could change build_arch to x86_64. But again you'd have to first uninstall all ports that were already built with the old i386 build_arch. -- Ticket URL: <https://trac.macports.org/ticket/38299#comment:11> MacPorts <http://www.macports.org/> Ports system for OS X