summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-06-27 12:23:34 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-06-27 12:23:34 +0000
commit656784f863745e21a1968c1b2e147ef8fd408381 (patch)
tree978de17f663a59f7f6313f80700ee774c1cd3b85 /Makefile.defaults
parentd36758ad9768e5f746b82f7f88ea86361365de52 (diff)
downloadnetsurf-656784f863745e21a1968c1b2e147ef8fd408381.tar.gz
netsurf-656784f863745e21a1968c1b2e147ef8fd408381.tar.bz2
Force internal iconv for Amiga build, as libiconv causing odd problems despite working
well through libparserutils svn path=/trunk/netsurf/; revision=10582
Diffstat (limited to 'Makefile.defaults')
-rw-r--r--Makefile.defaults2
1 files changed, 1 insertions, 1 deletions
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