Commit 01cfaf9c authored by Felix Paul Kühne's avatar Felix Paul Kühne

* removed support for compilation on OSX < 10.4

parent 090917e2
......@@ -1156,9 +1156,6 @@ endif
ifdef HAVE_WIN32
(cd $<;./genMakefiles mingw && make $(HOSTCC))
else
ifeq ($(HOST),ppc-darwin)
(cd $<; ./genMakefiles macosx-before-version-10.4 && make )
else
ifdef HAVE_DARWIN_OS
(cd $<; sed -e 's%EXTRA_CFLAGS%$(EXTRA_CFLAGS)%' -e 's%EXTRA_LDFLAGS%$(EXTRA_LDFLAGS)%' -i.orig config.macosx)
(cd $<; ./genMakefiles macosx && make)
......@@ -1172,7 +1169,6 @@ else
(cd $<; ./genMakefiles linux && make $(HOSTCC))
endif
endif
endif
endif
touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment