changeset 3313 | 735b30b93dc2 |
parent 3311 | 138e38fa6fda |
child 3354 | 245157a5eafe |
--- a/os/macosx/Makefile.setup Fri Mar 24 00:42:35 2006 +0000 +++ b/os/macosx/Makefile.setup Fri Mar 24 06:40:49 2006 +0000 @@ -84,10 +84,3 @@ 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