diff options
author | davilla <davilla@4pi.com> | 2011-07-10 23:15:13 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2011-07-10 23:15:13 -0400 |
commit | 660a443657c7f8d111e2db3fc81f1f26aff9d101 (patch) | |
tree | c592131f130d5314ad98261bdb71eb7d342234d6 /lib | |
parent | 6ec8ef059e2c7a620e9af0def3733a682f02b76d (diff) |
[osx] remove SYSROOT, it is not used anywhere, same for setting MACOSX_DEPLOYMENT_TARGET, config.site takes care of that
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.in | 1 | ||||
-rw-r--r-- | lib/cximage-6.0/Makefile.in | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 343497cdeb..778f525aeb 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -1,5 +1,4 @@ ARCH=@ARCH@ -SYSROOT=@SYSROOT@ LD=@LD@ CC=@CC@ diff --git a/lib/cximage-6.0/Makefile.in b/lib/cximage-6.0/Makefile.in index 9ad358a3d4..915e5cd83e 100644 --- a/lib/cximage-6.0/Makefile.in +++ b/lib/cximage-6.0/Makefile.in @@ -9,7 +9,6 @@ SLIBS=CxImage/cximage.a raw/raw.a jbig/jbig.a ifeq ($(findstring osx,$(ARCH)), osx) export ARCH - export SYSROOT DIRS+=jasper SLIBS+=jasper/jasper.a endif |