Commit 4f959644 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* fixed libpng compilation for Darwin 9

parent 82233a29
......@@ -1503,7 +1503,7 @@ endif
.png: libpng
ifdef HAVE_DARWIN_OS
(cd $<; cp scripts/makefile.darwin Makefile && make && make install)
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) && make && make install)
else
ifdef HAVE_WIN32
(cd $<; rm -f INSTALL; cp scripts/makefile.cygwin Makefile && make $(HOSTCC) && make install-static)
......
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