From 152eca7e931665076927f8b33018ae05031ba68e Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sat, 10 Sep 2016 23:29:21 +1200 Subject: dev-perl/Geo-IP: Fix get_libdir in global scope, bug #593372 Bug: https://bugs.gentoo.org/593372 Package-Manager: portage-2.3.0 --- dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild') diff --git a/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild b/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild index 7aad3108ab48..b0e2873aad97 100644 --- a/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild +++ b/dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,4 +18,8 @@ DEPEND="dev-libs/geoip" RDEPEND="${DEPEND}" SRC_TEST=do -myconf="LIBS=-L/usr/$(get_libdir)" + +src_configure() { + myconf="LIBS=-L/usr/$(get_libdir)" + perl-module_src_configure +} -- cgit v1.2.3-65-gdbad