David Wilson wrote:
To support universal builds on OS X '-arch i386 -arch x86_64' must be passed during link phase, which needs LDFLAGS or some other var controlled outside the Makefile passed through to the linker. See attached example.
I need this to support MacPorts +universal variant.
Done.