On Sat, 17 May 2008 05:03:33 -0500 Ryan Schmidt wrote:
When the user requests a universal build of a port, we add "-
isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" to the
CFLAGS and "-arch i386 -arch ppc" to the LDFLAGS, as is the usual
procedure for creating a universal binary:
Could you tell me the reason why we should exclude
-isysroot XXX from LDFLAGS? If I add "-isysroot XXX"
to both of CFLAGS and LDFLAGS, "configure && make"
for latest freetype2 (on CVS) finishes successfully.
I guess addition of -isysroot to LDFLAGS may cause
some troubles and MacPorts developers excluded it
from LDFLAGS.