diff options
author | marius <marius@FreeBSD.org> | 2008-02-19 05:48:57 +0800 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2008-02-19 05:48:57 +0800 |
commit | 72a35eed44b808c60550e84e1342d8fb28283308 (patch) | |
tree | acf7bc6ea95ccecf009d8c8c3091496c450ac9bd /CHANGES | |
parent | 79d75aa365daaa2d6cbd3af5ff9b91df4a900321 (diff) | |
download | freebsd-ports-gnome-72a35eed44b808c60550e84e1342d8fb28283308.tar.gz freebsd-ports-gnome-72a35eed44b808c60550e84e1342d8fb28283308.tar.zst freebsd-ports-gnome-72a35eed44b808c60550e84e1342d8fb28283308.zip |
Fix `mkisofs -input-charset`:
- The configure script adds dependencies on libiconv and libintl when
found so set USE_GETTEXT and USE_ICONV accordingly. If these libraries
are not yet installed, these dependencies can be turned off by defining
WITHOUT_NLS. There's no easy way to force these dependencies off as
the configure script doesn't offer such a knob and modifying its tests
is not allowed.
- When setting USE_GETTEXT and USE_ICONV, also add OSDEFS to the MAKE_ENV
as a hack to pass -I${LOCALBASE}/include as CPPFLAGS so the installed
iconv.h is found.
- Install the charset conversion tables.
- Set ${INS_BASE} to ${LOCALBASE} in DEFAULTS/Defaults.freebsd so the
path constructed by libsiconv and mkisofs points to the installed
conversion tables.
- Fix a bug that caused the 'iconv:' prefix not to be stripped from the
implied '-output-charset' when the conversion tables are not found or
'-input-charset' is used with the 'iconv:' prefix.
Submitted by: jkim
Approved by: netchild
Diffstat (limited to 'CHANGES')
0 files changed, 0 insertions, 0 deletions