diff options
author | explorer <explorer@pkgsrc.org> | 2003-10-03 03:10:57 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 2003-10-03 03:10:57 +0000 |
commit | 2dd8c703cef14848aeca6e71e62286d0ae1b7b21 (patch) | |
tree | a6f21b8da7183dd5d57f7a16a7391f2165dafa05 /graphics/p5-GD | |
parent | cac0d35f428a6bbdffa874f0bc44fc95149e60c6 (diff) | |
download | pkgsrc-2dd8c703cef14848aeca6e71e62286d0ae1b7b21.tar.gz |
don't hard-code prefix, pass it to Makefile.PL
Diffstat (limited to 'graphics/p5-GD')
-rw-r--r-- | graphics/p5-GD/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-GD/distinfo | 4 | ||||
-rw-r--r-- | graphics/p5-GD/patches/patch-aa | 5 |
3 files changed, 6 insertions, 6 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index dcd187bb89f..7742de75e3c 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/10/02 04:32:41 explorer Exp $ +# $NetBSD: Makefile,v 1.17 2003/10/03 03:10:57 explorer Exp $ # DISTNAME= GD-2.07 @@ -17,6 +17,7 @@ USE_X11= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/GD/.packlist MAKE_ENV+= GD_LIBS="${LDFLAGS}" +MAKE_PARAMS+= -lib_gd_path=${PREFIX} .include "../../graphics/gd/buildlink2.mk" .include "../../lang/perl5/module.mk" diff --git a/graphics/p5-GD/distinfo b/graphics/p5-GD/distinfo index adfbf761eb6..1f0d08cf6dd 100644 --- a/graphics/p5-GD/distinfo +++ b/graphics/p5-GD/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2003/10/02 04:32:41 explorer Exp $ +$NetBSD: distinfo,v 1.6 2003/10/03 03:10:57 explorer Exp $ SHA1 (GD-2.07.tar.gz) = 417161314db6e5c6c3059c4fe38c10f8e531b7fc Size (GD-2.07.tar.gz) = 153759 bytes -SHA1 (patch-aa) = b637fc462051273c3258c094028409278c0bf8d4 +SHA1 (patch-aa) = 35ccf68dfc1ee268a4ffd431bb7ab29a7c7f59e9 diff --git a/graphics/p5-GD/patches/patch-aa b/graphics/p5-GD/patches/patch-aa index 023b92c8260..e04748d53cb 100644 --- a/graphics/p5-GD/patches/patch-aa +++ b/graphics/p5-GD/patches/patch-aa @@ -1,13 +1,12 @@ -$NetBSD: patch-aa,v 1.5 2003/10/02 04:32:41 explorer Exp $ +$NetBSD: patch-aa,v 1.6 2003/10/03 03:10:57 explorer Exp $ --- Makefile.PL.orig 2003-04-24 07:05:26.000000000 +0200 +++ Makefile.PL 2003-06-23 13:59:32.000000000 +0200 -@@ -98,7 +99,7 @@ +@@ -98,7 +99,6 @@ if( ! defined($lib_gd_path) ) { warn "\n"; - $PREFIX = lc prompt('Where is libgd installed?','/usr/lib'); -+ $PREFIX = '/usr/pkg/lib'; } unless ($PREFIX eq '/usr/lib') { |