summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-01-06 23:46:50 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-01-06 23:46:50 +0000
commit8cd854cfd5afe4e4686d2902f86cce2975f60730 (patch)
tree0ea50ed934b1aca07a73f6536e0fab144d90a80f
parent4f8a44af3530e70b9374b76a1a418897fc37267b (diff)
downloadnetsurf-8cd854cfd5afe4e4686d2902f86cce2975f60730.tar.gz
netsurf-8cd854cfd5afe4e4686d2902f86cce2975f60730.tar.bz2
Define __USE_BASETYPE__, makes thumbnail.c compile again on OS4. GfxBase changes will
need to be made to other files in the same manner. svn path=/trunk/netsurf/; revision=11234
-rw-r--r--amiga/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/Makefile.target b/amiga/Makefile.target
index 810546dea..734f1a198 100644
--- a/amiga/Makefile.target
+++ b/amiga/Makefile.target
@@ -21,7 +21,7 @@ ifeq ($(HOST),amiga)
$(eval $(call feature_enabled,WEBP,-DWITH_WEBP,-lwebp -lvpx,WebP (libwebp)))
$(eval $(call feature_enabled,AMIGA_ICON,-DWITH_AMIGA_ICON,,Amiga icon ))
- CFLAGS += -D__USE_INLINE__ -I /SDK/local/common/include/libpng12
+ CFLAGS += -D__USE_INLINE__ -D__USE_BASETYPE__ -I /SDK/local/common/include/libpng12
LDFLAGS += -lxml2 -lcurl -lrtmp -lpthread -lregex -lauto
LDFLAGS += -lssl -lcrypto -lhubbub -lcss -lparserutils -lwapcaplet -liconv