From 915cc68201d5cdac7ef27eb24560404b28aeaf25 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 6 Jun 2010 13:52:35 +0000 Subject: Fix OS4 non-Cairo build svn path=/trunk/netsurf/; revision=10565 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 29c41bdf9..d3d1f5f94 100644 --- a/Makefile +++ b/Makefile @@ -517,12 +517,12 @@ ifeq ($(TARGET),amiga) $(eval $(call feature_enabled,MNG,,-llcms -ljpeg,PNG/JNG/MNG (libmng))) CFLAGS += -D__USE_INLINE__ -std=c99 -I . -I /SDK/local/common/include/libpng12 -Dnsamiga - LDFLAGS += -lxml2 -ldl -lcurl -lpthread -lregex -liconv -lauto + LDFLAGS += -lxml2 -lcurl -lpthread -lregex -liconv -lauto LDFLAGS += -lssl -lcrypto -lhubbub -lcss -lparserutils -lwapcaplet ifeq ($(NETSURF_AMIGA_USE_CAIRO),YES) CFLAGS += -DNS_AMIGA_CAIRO -I /SDK/local/common/include/cairo - LDFLAGS += -use-dynld -lcairo -lpixman-1 -lfreetype -lfontconfig -lpng -lexpat + LDFLAGS += -use-dynld -ldl -lcairo -lpixman-1 -lfreetype -lfontconfig -lpng -lexpat SUBTARGET := -cairo endif endif -- cgit v1.2.3