diff -r d28f88dc5587 -r 735b30b93dc2 os/macosx/Makefile.setup --- 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