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 | 6b40512a3c30970bbf094fb822197e3e07c38d73 (patch) | |
tree | 6f573dc158324fc50b29d7d19e84656b632baf23 /os | |
parent | fb48c3b4aa98540b03ef64410184547da70ea97c (diff) | |
download | openttd-6b40512a3c30970bbf094fb822197e3e07c38d73.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')
-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 |