commit: c6b6a357c56c5c6dcc9915584b059f557d1ca91f
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 17 01:57:10 2015 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 01:59:01 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b6a357
net-libs/libsoup: fix tests when LC_ALL is set
Gentoo-Bug: 560258
Reported-by: Jonathan Lovelace
Package-Manager: portage-2.2.20.1
net-libs/libsoup/libsoup-2.50.0.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/net-libs/libsoup/libsoup-2.50.0.ebuild
b/net-libs/libsoup/libsoup-2.50.0.ebuild
index 443e4b1..a121eaa 100644
--- a/net-libs/libsoup/libsoup-2.50.0.ebuild
+++ b/net-libs/libsoup/libsoup-2.50.0.ebuild
@@ -54,6 +54,10 @@ src_prepare() {
|| die "sed failed"
fi
+ # fix sorting when LC_ALL/LC_COLLATE is set, bug #560258
+ # fixed upstream in 2.52
+ sed -e 's/LANG=C sort/LC_ALL=C sort/' -i libsoup/Makefile.{am,in} ||
die "sed failed"
+
gnome2_src_prepare
}