diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 1999-11-09 19:07:57 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 1999-11-09 19:07:57 +0000 |
commit | 310ba58c61dfbc2e2ad895b8ced4b8bcd32894e2 (patch) | |
tree | 180f4ccb9eecff134ce6a324f4fda80726b7a7e7 /databases/p5-GDBM/files | |
parent | 329cba84375ebe744a1ff9aa2afb2c437d1f65ea (diff) | |
download | ports-310ba58c61dfbc2e2ad895b8ced4b8bcd32894e2.tar.gz ports-310ba58c61dfbc2e2ad895b8ced4b8bcd32894e2.zip |
Add p5-GDBM port. Sort of a merge of my first cut at it and another
from eivind.
Notes
Notes:
svn path=/head/; revision=22992
Diffstat (limited to 'databases/p5-GDBM/files')
-rw-r--r-- | databases/p5-GDBM/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/p5-GDBM/files/patch-aa b/databases/p5-GDBM/files/patch-aa new file mode 100644 index 000000000000..37db1923f1b4 --- /dev/null +++ b/databases/p5-GDBM/files/patch-aa @@ -0,0 +1,10 @@ +--- Makefile.PL.orig Tue Nov 9 09:03:15 1999 ++++ Makefile.PL Tue Nov 9 08:13:45 1999 +@@ -2,7 +2,7 @@ + use ExtUtils::MakeMaker; + WriteMakefile( + NAME => 'GDBM_File', ++ INC => '-I/usr/local/include', + LIBS => ["-L/usr/local/lib -lgdbm", "-ldbm"], +- MAN3PODS => {}, # Pods will be built by installman. + XSPROTOARG => '-noprototypes', # XXX remove later? |