summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-05-03 15:12:06 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-05-03 15:12:06 +0000
commit6e0f8d9a48eece5555f7bd0c6056684180bea285 (patch)
tree4b3e263310a0821d1a792188d98728862893bd1f /Makefile
parentd8b440a4266ec37602acadce25f8fc465509e53b (diff)
downloadnetsurf-6e0f8d9a48eece5555f7bd0c6056684180bea285.tar.gz
netsurf-6e0f8d9a48eece5555f7bd0c6056684180bea285.tar.bz2
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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