CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/04/12 14:21:57
Modified files:
converters/libiconv: Makefile
Added files:
converters/libiconv/patches: patch-libcharset_lib_config_charset
Removed files:
converters/libiconv/patches: patch-Makefile_devel
patch-lib_aliases_gperf
patch-lib_encodings_def
Log message:
Simplify, now that nl_langinfo(CODESET) returns "US-ASCII" instead
of "646" as the charset of the C/POSIX locale: This removes the
patches to libiconv's internal hash tables and adds US-ASCII to
config.charset, for the benefit of whatever GNU code uses this--
libiconv itself has "US-ASCII" built in.
The "INSTALL_DATA=cp" override has also been obsolete since we
started running the fake install as non-root.
ok Brad