diff options
author | wiz <wiz> | 2006-07-21 18:19:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-07-21 18:19:05 +0000 |
commit | 1bb29ed58f5c7031444656a9acadc45b01053035 (patch) | |
tree | d1c917a7cd4b3984dd1fea0b6955033350c0e94c /net/p5-Geo-IP | |
parent | 52eca88495042befc49f31d2916828b2d97f896c (diff) | |
download | pkgsrc-1bb29ed58f5c7031444656a9acadc45b01053035.tar.gz |
Fix build by pointing to GeoIP location.
Diffstat (limited to 'net/p5-Geo-IP')
-rw-r--r-- | net/p5-Geo-IP/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index a6cecacaed9..902d5c8b138 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/06/05 16:39:38 tv Exp $ +# $NetBSD: Makefile,v 1.11 2006/07/21 18:19:05 wiz Exp $ # DISTNAME= Geo-IP-1.27 @@ -13,6 +13,8 @@ COMMENT= Gets country name by IP or hostname PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/Geo/IP/.packlist +MAKE_PARAMS+= LIBS="-L${PREFIX:Q}/lib -Wl,-R${PREFIX:Q}/lib" +MAKE_PARAMS+= INC="-I${PREFIX:Q}/include" .include "../../lang/perl5/module.mk" .include "../../net/GeoIP/buildlink3.mk" |