summaryrefslogtreecommitdiff
path: root/Makefile.defaults
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-05-03 17:58:17 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-05-03 17:58:17 +0000
commit048249f71d337274ce8cf1bcf698f700599f701d (patch)
tree026f36788e0ab7863145888f72edcc64e64106f5 /Makefile.defaults
parent17d76ee4780167f53f9f342ce9cbacbe619311a7 (diff)
downloadnetsurf-048249f71d337274ce8cf1bcf698f700599f701d.tar.gz
netsurf-048249f71d337274ce8cf1bcf698f700599f701d.tar.bz2
Build libparserutils (and NetSurf) against libiconv instead of newlib's iconv.
This fixes the bug with lpu's iconv filter causing freezing on OS4 NetSurf. With an appropriate font (eg. Bitstream Cyberbit) Japanese characters will now display. Test websites work, but proper Japanese websites cause an assert which may be caused by amiga/font.c incorrect text size calculations. svn path=/trunk/netsurf/; revision=10546
Diffstat (limited to 'Makefile.defaults')
-rw-r--r--Makefile.defaults4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.defaults b/Makefile.defaults
index 0fa7c2ead..e6f26b315 100644
--- a/Makefile.defaults
+++ b/Makefile.defaults
@@ -189,6 +189,10 @@ endif
# ----------------------------------------------------------------------------
ifeq ($(TARGET),amiga)
+ # Force using glibc internal iconv implementation instead of external libiconv
+ # Valid options: YES, NO
+ NETSURF_USE_LIBICONV_PLUG := NO
+
# Enable NetSurf's use of librosprite for displaying RISC OS Sprites
# Valid options: YES, NO, AUTO
NETSURF_USE_ROSPRITE := YES