From 656784f863745e21a1968c1b2e147ef8fd408381 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 27 Jun 2010 12:23:34 +0000 Subject: Force internal iconv for Amiga build, as libiconv causing odd problems despite working well through libparserutils svn path=/trunk/netsurf/; revision=10582 --- Makefile.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.defaults') diff --git a/Makefile.defaults b/Makefile.defaults index 1a3dd6a59..d1a29a2ca 100644 --- a/Makefile.defaults +++ b/Makefile.defaults @@ -191,7 +191,7 @@ ifeq ($(TARGET),amiga) # Force using glibc internal iconv implementation instead of external libiconv # Valid options: YES, NO - NETSURF_USE_LIBICONV_PLUG := NO + NETSURF_USE_LIBICONV_PLUG := YES # Enable NetSurf's use of librosprite for displaying RISC OS Sprites # Valid options: YES, NO, AUTO -- cgit v1.2.3