summaryrefslogtreecommitdiff
path: root/contrib/polipo/Makefile.osx
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2008-08-31 21:41:24 +0000
committerAndrew Lewman <andrew@torproject.org>2008-08-31 21:41:24 +0000
commit33093c0f1a147be229653a3712225d9e9e024ef5 (patch)
treeb72d7defd9a3eac981477d16c3283eb8b18e77ba /contrib/polipo/Makefile.osx
parent147f75c525ff5a3bf1b01eafe99f6fffda8f7e3d (diff)
downloadtor-33093c0f1a147be229653a3712225d9e9e024ef5.tar.gz
tor-33093c0f1a147be229653a3712225d9e9e024ef5.zip
Convert to ARCH. Add in a compatibility CFLAG for osx 10.5
svn:r16703
Diffstat (limited to 'contrib/polipo/Makefile.osx')
-rw-r--r--contrib/polipo/Makefile.osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/polipo/Makefile.osx b/contrib/polipo/Makefile.osx
index 2314c3e327..8e748e2adb 100644
--- a/contrib/polipo/Makefile.osx
+++ b/contrib/polipo/Makefile.osx
@@ -30,7 +30,7 @@ FILE_DEFINES = -DLOCAL_ROOT=\"$(LOCAL_ROOT)/\" \
DEFINES = $(FILE_DEFINES) $(PLATFORM_DEFINES)
-UNIVERSAL = -O -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc
+UNIVERSAL = -O -g -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc
LDFLAGS = -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk
CFLAGS = $(MD5INCLUDES) $(CDEBUGFLAGS) $(DEFINES) $(EXTRA_DEFINES) $(UNIVERSAL)