From 6e0f8d9a48eece5555f7bd0c6056684180bea285 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 3 May 2010 15:12:06 +0000 Subject: Ensure we are using the libpng 1.2 includes, as OS4 Cairo is using a deprecated function which does not exist in libpng 1.4. svn path=/trunk/netsurf/; revision=10543 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e16d3bc6e..f1574d783 100644 --- a/Makefile +++ b/Makefile @@ -516,7 +516,7 @@ ifeq ($(TARGET),amiga) $(eval $(call feature_enabled,NSSVG,-DWITH_NS_SVG,-lsvgtiny,SVG (libsvgtiny))) $(eval $(call feature_enabled,MNG,,-llcms -ljpeg,PNG/JNG/MNG (libmng))) - CFLAGS += -D__USE_INLINE__ -std=c99 -I . -Dnsamiga + CFLAGS += -D__USE_INLINE__ -std=c99 -I . -I SDK:local/common/include/libpng12 -Dnsamiga LDFLAGS += -lxml2 -ldl -lcurl -lpthread -lregex -lauto LDFLAGS += -lssl -lcrypto -lhubbub -lcss -lparserutils -lwapcaplet -- cgit v1.2.3