#15459: erlang R12B-2 build failure on Leopard 5.3 ---------------------------------+------------------------------------------ Reporter: sreguera@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Comment (by sreguera@gmail.com): The quick and dirty solution is to remove the "--enable-hipe" option from the configuration in the Portfile. I've moved it to a separate variant: {{{ --- Portfile.orig 2008-05-31 09:53:07.000000000 +0200 +++ Portfile 2008-05-31 09:54:54.000000000 +0200 @@ -45,7 +45,6 @@ configure.args --prefix=${destroot}${prefix} \ --enable-threads \ --enable-kernel-poll \ - --enable-hipe \ --disable-smp-support variant smp { @@ -58,6 +57,9 @@ depends_run-append port:openssl } +variant hipe { + configure.args-append --enable-hipe +} platform i386 { pre-configure { }}} -- Ticket URL: <http://trac.macports.org/ticket/15459#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS