Customized footer.
[gedcom-parse.git] / iconv / libiconv / config.charset.patch
1 --- config.charset.orig Mon May 13 11:58:22 2002
2 +++ config.charset      Sun Oct 27 14:55:03 2002
3 @@ -245,12 +245,13 @@
4         #echo "sun_eu_greek ?" # what is this?
5         echo "UTF-8 UTF-8"
6         ;;
7 -    freebsd* | os2*)
8 +    freebsd* | os2* | darwin*)
9         # FreeBSD 4.2 doesn't have nl_langinfo(CODESET); therefore
10         # localcharset.c falls back to using the full locale name
11         # from the environment variables.
12         # Likewise for OS/2. OS/2 has XFree86 just like FreeBSD. Just
13         # reuse FreeBSD's locale data for OS/2.
14 +       # Likewise for darwin (MacOS X), which is derived from FreeBSD.
15         echo "C ASCII"
16         echo "US-ASCII ASCII"
17         for l in la_LN lt_LN; do