From 9bd8d43c22b55629ee6be53f13ebc9286e55524c Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 2 Sep 2015 18:28:36 +0200 Subject: [PATCH] dev-libs/xmlrpc-c: Alter LC* and friend in local scope Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- dev-libs/xmlrpc-c/metadata.xml | 8 ++++---- dev-libs/xmlrpc-c/xmlrpc-c-1.32.05-r1.ebuild | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-libs/xmlrpc-c/metadata.xml b/dev-libs/xmlrpc-c/metadata.xml index 8be0201c8ad6..658f772390fb 100644 --- a/dev-libs/xmlrpc-c/metadata.xml +++ b/dev-libs/xmlrpc-c/metadata.xml @@ -6,9 +6,9 @@ Sergey Popov - Build the Abyss mini web-server. - Use dev-libs/libxml2 to parse XML instead of the internal expat library. - Controls whether to build the Abyss web-server with pthreads or fork 'threading'. - Build the xmlrpc* tools. + Build the Abyss mini web-server. + Use dev-libs/libxml2 to parse XML instead of the internal expat library. + Controls whether to build the Abyss web-server with pthreads or fork 'threading'. + Build the xmlrpc* tools. diff --git a/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05-r1.ebuild b/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05-r1.ebuild index c604bdddcf50..3d95a102a5e7 100644 --- a/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05-r1.ebuild +++ b/dev-libs/xmlrpc-c/xmlrpc-c-1.32.05-r1.ebuild @@ -42,14 +42,14 @@ pkg_setup() { use curl || ewarn "Curl support disabled: No client library will be built" } -#Bug 214137: We need to filter this. -unset SRCDIR +src_prepare() { + #Bug 214137: We need to filter this. + unset SRCDIR -# Bug 255440 -export LC_ALL=C -export LANG=C + # Bug 255440 + export LC_ALL=C + export LANG=C -src_prepare() { epatch "${FILESDIR}"/${PN}-1.32.05-Wimplicit.patch sed -i \ -e "/CFLAGS_COMMON/s|-g -O3$||" \ -- 2.26.2