pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/36514: libiconv conflits with nl_langinfo (CODESET) returning "646" on OpenBSD 4.1
The following reply was made to PR pkg/36514; it has been noted by GNATS.
From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/36514: libiconv conflits with nl_langinfo (CODESET) returning
"646" on OpenBSD 4.1
Date: Wed, 20 Jun 2007 11:34:56 +0200
--azLHFNyN32YCQGCU
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Wed, Jun 20, 2007 at 08:05:00AM +0000, alnsn%yandex.ru@localhost wrote:
> Modify libiconv to support codeset "646"?
Does the attached patch fix the problem?
Thomas
--azLHFNyN32YCQGCU
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-ad
$NetBSD$
--- libcharset/lib/config.charset.orig 2006-06-19 10:37:56.000000000 +0000
+++ libcharset/lib/config.charset
@@ -382,7 +382,7 @@ case "$os" in
echo "ja_JP.Shift_JIS SHIFT_JIS"
echo "ko_KR.EUC EUC-KR"
;;
- netbsd*)
+ netbsd* | openbsd*)
echo "646 ASCII"
echo "ISO8859-1 ISO-8859-1"
echo "ISO8859-2 ISO-8859-2"
--azLHFNyN32YCQGCU--
Home |
Main Index |
Thread Index |
Old Index