summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2007-01-26 22:21:13 +0000
committerTiziano Müller <dev-zero@gentoo.org>2007-01-26 22:21:13 +0000
commit4340217c1bb4a242056fce1cf1521591834a060a (patch)
treea8e74820a1e85252afb807ed91a259e7b5eabbc2 /dev-libs
parentRequire either sendmail or libmilter. Bug #161392, reported by steveb <steeee... (diff)
downloadgentoo-2-4340217c1bb4a242056fce1cf1521591834a060a.tar.gz
gentoo-2-4340217c1bb4a242056fce1cf1521591834a060a.tar.bz2
gentoo-2-4340217c1bb4a242056fce1cf1521591834a060a.zip
Corrected the test-fix to make it work with older glibc versions.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/STLport/ChangeLog6
-rw-r--r--dev-libs/STLport/files/STLport-5.1.0-wrong_russian_currency_name.patch2
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-libs/STLport/ChangeLog b/dev-libs/STLport/ChangeLog
index 2405fe7a5d86..08a969788a82 100644
--- a/dev-libs/STLport/ChangeLog
+++ b/dev-libs/STLport/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/STLport
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/ChangeLog,v 1.42 2007/01/26 21:40:04 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/ChangeLog,v 1.43 2007/01/26 22:21:13 dev-zero Exp $
+
+ 26 Jan 2007; Tiziano Müller <dev-zero@gentoo.org>
+ files/STLport-5.1.0-wrong_russian_currency_name.patch:
+ Corrected the test-fix to make it work with older glibc versions.
26 Jan 2007; Tiziano Müller <dev-zero@gentoo.org> STLport-5.1.0.ebuild:
Changed sed separators to fix bug when CXX contains a full path (bug
diff --git a/dev-libs/STLport/files/STLport-5.1.0-wrong_russian_currency_name.patch b/dev-libs/STLport/files/STLport-5.1.0-wrong_russian_currency_name.patch
index 5735b17205b8..5dadc2742cd8 100644
--- a/dev-libs/STLport/files/STLport-5.1.0-wrong_russian_currency_name.patch
+++ b/dev-libs/STLport/files/STLport-5.1.0-wrong_russian_currency_name.patch
@@ -5,7 +5,7 @@
" " },
#endif
- { "ru_RU.koi8r", ",", ".", "RUR ", "", "", "\xd2\xd5\xc2", ".", " " },
-+ { "ru_RU.koi8r", ",", ".", "RUB ", "", "", "\xd2\xd5\xc2", ".", " " },
++ { "ru_RU.koi8r", ",", ".", "RUB ", "RUR", "", "\xd2\xd5\xc2", ".", " " },
{ "en_GB", ".", ",", "GBP ", "", "\xa3", "", ".", "," },
{ "en_US", ".", ",", "USD ", "", "$", "", ".", "," },
{ "C", ".", ",", "", "", "", "", " ", " " },