summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild')
-rw-r--r--dev-perl/Geo-IP/Geo-IP-1.450.0.ebuild8
1 files changed, 6 insertions, 2 deletions
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
+}