diff options
author | sno <sno@pkgsrc.org> | 2009-05-17 13:54:38 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-17 13:54:38 +0000 |
commit | f8596b4f72a0a59a1270e761334fee01a62f6e9c (patch) | |
tree | 3a8a2f0d1b461d1733da319f51559676e5855428 /devel/p5-File-LibMagic/patches | |
parent | 6081e8a3a1d76395bdeaa36aeb28270e3168be44 (diff) | |
download | pkgsrc-f8596b4f72a0a59a1270e761334fee01a62f6e9c.tar.gz |
PkgSrc changes:
- Updating package for p5 module File::LibMagic from 0.91 to 0.94
- Setting license to gnu-gpl-v2
Upstream changes:
0.94 May 2009
small error in t/6-oo.t
0.93 May 2009
using Devel::CheckLib as suggested in
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
0.92 May 2009
"normalisation"-problem -> changed t/6-oo.t
Diffstat (limited to 'devel/p5-File-LibMagic/patches')
-rw-r--r-- | devel/p5-File-LibMagic/patches/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-File-LibMagic/patches/patch-aa b/devel/p5-File-LibMagic/patches/patch-aa index 2481f9ba84d..b9a8dde547e 100644 --- a/devel/p5-File-LibMagic/patches/patch-aa +++ b/devel/p5-File-LibMagic/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.2 2009/03/10 23:35:02 he Exp $ +$NetBSD: patch-aa,v 1.3 2009/05/17 13:54:38 sno Exp $ Ensure we use the required ldflags for the platform. ---- Makefile.PL.orig 2008-08-06 10:56:22.000000000 +0200 -+++ Makefile.PL 2008-09-18 11:48:17.459072000 +0200 -@@ -12,7 +12,7 @@ - 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 +--- Makefile.PL.orig 2009-05-12 13:31:06.000000000 +0000 ++++ Makefile.PL 2009-05-17 13:36:43.000000000 +0000 +@@ -15,7 +15,7 @@ + 'PREREQ_PM' => { }, 'ABSTRACT_FROM' => 'LibMagic.pm', # retrieve abstract from module - 'AUTHOR' => 'Andreas Fitzner <fitzner@informatik.hu-berlin.de>', + 'AUTHOR' => 'Andreas Fitzner <andreas.fitzner@fv-berlin.de>', - 'LIBS' => ['-lmagic -lz'], # e.g., '-lm' + 'LIBS' => [$ENV{LDFLAGS} . ' -lmagic -lz'], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' |