diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-26 06:49:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-26 06:49:36 +0000 |
commit | cc4128d97eccc9414734e8749acafd66857c3da4 (patch) | |
tree | adb2df37f293a2d032459855304d52364a29788d /databases/p5-gdbm/patches/patch-aa | |
parent | a137e40e1317433623228a945894303669603833 (diff) | |
download | pkgsrc-cc4128d97eccc9414734e8749acafd66857c3da4.tar.gz |
Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
Diffstat (limited to 'databases/p5-gdbm/patches/patch-aa')
-rw-r--r-- | databases/p5-gdbm/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/p5-gdbm/patches/patch-aa b/databases/p5-gdbm/patches/patch-aa new file mode 100644 index 00000000000..a38d19ca5a9 --- /dev/null +++ b/databases/p5-gdbm/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2001/11/26 06:49:43 jlam Exp $ + +--- Makefile.PL.orig Thu Feb 22 21:57:54 2001 ++++ Makefile.PL +@@ -1,7 +1,7 @@ + use ExtUtils::MakeMaker; + WriteMakefile( + NAME => 'GDBM_File', +- LIBS => ["-L/usr/local/lib -lgdbm", "-ldbm"], ++ LIBS => ["-lgdbm", "-L/usr/local/lib -lgdbm", "-ldbm"], + MAN3PODS => {}, # Pods will be built by installman. + XSPROTOARG => '-noprototypes', # XXX remove later? + VERSION_FROM => 'GDBM_File.pm', |