#40069: icu-config includes -arch flags --------------------------+-------------------------------- Reporter: ryandesign@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: | Port: icu --------------------------+-------------------------------- `icu-config` output contains `-arch` flags: {{{ $ icu-config --cflags -pipe -Os -arch x86_64 -O2 -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $ icu-config --cxxflags -pipe -Os -arch x86_64 -O2 -W -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 $ icu-config --ldflags -arch x86_64 -lpthread -lm -L/opt/local/lib -licui18n -licuuc -licudata -lpthread -lm }}} They must be removed; see PortfileRecipes#archflags -- Ticket URL: <https://trac.macports.org/ticket/40069> MacPorts <http://www.macports.org/> Ports system for OS X