summaryrefslogtreecommitdiff
path: root/frontends/amiga/Makefile.defaults
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-06-25 21:24:45 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-06-25 21:24:45 +0100
commit7051b9e563f7cdf5e09e65a33b5ac0152061e541 (patch)
tree96f378d45dff0ffd9f8bca60869051fdfb47ba76 /frontends/amiga/Makefile.defaults
parent14bf4b47a5ea36ba329e5910f3aa1d26cc452be9 (diff)
downloadnetsurf-7051b9e563f7cdf5e09e65a33b5ac0152061e541.tar.gz
netsurf-7051b9e563f7cdf5e09e65a33b5ac0152061e541.tar.bz2
Use libiconv instead of newlib's iconv
Requires invalid input to be explicitly ignored, as unlike newlib invalid characters are not replaced with '?' Fixes bug 2440
Diffstat (limited to 'frontends/amiga/Makefile.defaults')
-rw-r--r--frontends/amiga/Makefile.defaults6
1 files changed, 1 insertions, 5 deletions
diff --git a/frontends/amiga/Makefile.defaults b/frontends/amiga/Makefile.defaults
index 0674a9de2..186498132 100644
--- a/frontends/amiga/Makefile.defaults
+++ b/frontends/amiga/Makefile.defaults
@@ -4,11 +4,7 @@
# Force using glibc internal iconv implementation instead of external libiconv
# Valid options: YES, NO
-ifneq ($(SUBTARGET),os3)
- NETSURF_USE_LIBICONV_PLUG := YES
-else
- NETSURF_USE_LIBICONV_PLUG := NO
-endif
+NETSURF_USE_LIBICONV_PLUG := NO
# Enable NetSurf's use of librosprite for displaying RISC OS Sprites
# Valid options: YES, NO, AUTO