pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Geo-IP Fix build by pointing to GeoIP location.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d8092cffcc9
branches:  trunk
changeset: 516484:3d8092cffcc9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jul 21 18:19:05 2006 +0000

description:
Fix build by pointing to GeoIP location.

diffstat:

 net/p5-Geo-IP/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 905b88aac458 -r 3d8092cffcc9 net/p5-Geo-IP/Makefile
--- a/net/p5-Geo-IP/Makefile    Fri Jul 21 17:31:44 2006 +0000
+++ b/net/p5-Geo-IP/Makefile    Fri Jul 21 18:19:05 2006 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index