mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 20:18:52 +02:00
16 lines
433 B
Diff
16 lines
433 B
Diff
diff -up pngcrush-1.7.12-nolib/Makefile.orig pngcrush-1.7.12-nolib/Makefile
|
|
--- pngcrush-1.7.12-nolib/Makefile.orig 2010-02-25 21:21:23.004980736 -0700
|
|
+++ pngcrush-1.7.12-nolib/Makefile 2010-05-18 14:10:18.201588736 -0600
|
|
@@ -31,7 +31,11 @@ E =
|
|
PNGCRUSH = pngcrush
|
|
|
|
# LIBS = -lm
|
|
+ifeq ($(shell uname), Haiku)
|
|
+LIBS = -lpng -lz
|
|
+else
|
|
LIBS = -L$(PNGLIB) -lpng -lz -lm
|
|
+endif
|
|
# LIBS = -lpng -lz -lm
|
|
#LIBS = ${ZLIB}/libz.a -lm
|
|
|