#23334: net-snmp: net-snmp-config contains arch flags -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: opendarwin.org@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: net-snmp -------------------------------------+-------------------------------------- Description changed by ryandesign@…: Old description:
{{{ $ net-snmp-config --libs -L/opt/local/lib -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib -lnetsnmp }}}
These should be removed post-build or post-destroot. See the curl and gd2 ports for an example (though they both use the muniversal portgroup; since clhep doesn't, you won't be using [muniversal_get_arch_flag]).
New description: {{{ $ net-snmp-config --libs -L/opt/local/lib -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib -lnetsnmp }}} These should be removed post-build or post-destroot. See the curl and gd2 ports for an example (though they both use the muniversal portgroup; since net-snmp doesn't, you won't be using [muniversal_get_arch_flag]). -- -- Ticket URL: <http://trac.macports.org/ticket/23334#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS