changeset 3311 | 138e38fa6fda |
parent 3294 | 6aab2bd8b924 |
child 3313 | 735b30b93dc2 |
--- a/os/macosx/Makefile.setup Thu Mar 23 20:47:56 2006 +0000 +++ b/os/macosx/Makefile.setup Thu Mar 23 23:54:43 2006 +0000 @@ -84,3 +84,10 @@ 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