From: Justin Lecher Date: Wed, 2 Sep 2015 16:28:36 +0000 (+0200) Subject: dev-libs/xmlrpc-c: Alter LC* and friend in local scope X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9bd8d43c22b55629ee6be53f13ebc9286e55524c;p=gentoo.git dev-libs/xmlrpc-c: Alter LC* and friend in local scope Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- 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$||" \