diff options
author | tron <tron@openttd.org> | 2006-03-24 06:40:49 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-03-24 06:40:49 +0000 |
commit | 742e806d737335cb62a2d471addf19fcbe220f49 (patch) | |
tree | 6f573dc158324fc50b29d7d19e84656b632baf23 /os/macosx | |
parent | ea1adebe31673917c957f455d3588b6486142128 (diff) | |
download | openttd-742e806d737335cb62a2d471addf19fcbe220f49.tar.xz |
(svn r4076) Back out r4074. It doesn't work and leads to make endlessly calling itself. NOTE: Delete Makefile.config to recover.
Diffstat (limited to 'os/macosx')
-rw-r--r-- | os/macosx/Makefile.setup | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/os/macosx/Makefile.setup b/os/macosx/Makefile.setup index 92969ae43..159bf0aa5 100644 --- a/os/macosx/Makefile.setup +++ b/os/macosx/Makefile.setup @@ -84,10 +84,3 @@ $(shell $(CC) os/macosx/G5_detector.c -o os/macosx/G5_detector) endif endif endif - -# the OSX port need Apple's modified iconv to use the charset UTF-8-MAC. This was added by default in 10.3, but is not present in earlier versions -ifdef JAGUAR - WITH_ICONV:= -else - WITH_ICONV:=1 -endif |