#41358: qt4-mac +universal variant build error on Mavericks ----------------------+-------------------------------- Reporter: leo@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: qt4-mac | ----------------------+-------------------------------- Comment (by leo@…): Workaround, change from: {{{ # clear LD archflags since somehow they impact how qmake is created, # which in turn messes up LDFLAGS in most created Makefiles. configure.ld_archflags # Use compiler.cpath and compiler.library_path for all -I and -L }}} to: {{{ # clear LD archflags since somehow they impact how qmake is created, # which in turn messes up LDFLAGS in most created Makefiles. configure.ldflags configure.universal_ldflags configure.ld_archflags # Use compiler.cpath and compiler.library_path for all -I and -L }}} -- Ticket URL: <https://trac.macports.org/ticket/41358#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X