From 87a6b850a78e27a66538967ef4cb2005dac0c01c Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 14 Jul 2011 08:45:17 -0600 Subject: [PATCH] more info on 10.4 support --- src/mac/README.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mac/README.txt b/src/mac/README.txt index ea83654819..10bc1feb81 100644 --- a/src/mac/README.txt +++ b/src/mac/README.txt @@ -49,7 +49,9 @@ Configures (where is some temporary area): Pango: PATH=/bin:... --without-x --with-included-modules=yes --with-dynamic-modules=no To support 10.4, add - CC=gcc-4.0 CPPFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" + CC=gcc-4.0 + CPPFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" + LDFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" for all packages. Note: PATH above ensures that pkg-config binaries are used to find