summaryrefslogtreecommitdiff
path: root/lang/librep
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-04-10 11:13:28 +0000
committerhubertf <hubertf@pkgsrc.org>2002-04-10 11:13:28 +0000
commitd72d13754490ec064fa8d6d29a61c0a433f1f7a4 (patch)
tree813a5b799c22ebe356522b19d44f55fabc103f1c /lang/librep
parent6281ebd0aaaf4b211aa881590c12096cc2521da2 (diff)
downloadpkgsrc-d72d13754490ec064fa8d6d29a61c0a433f1f7a4.tar.gz
Make sure the gdbm library is found (no idea how this worked before)
Diffstat (limited to 'lang/librep')
-rw-r--r--lang/librep/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/librep/patches/patch-aa b/lang/librep/patches/patch-aa
new file mode 100644
index 00000000000..5681281edd9
--- /dev/null
+++ b/lang/librep/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.6 2002/04/10 11:13:28 hubertf Exp $
+
+--- Makedefs.in.orig Wed Apr 10 12:57:38 2002
++++ Makedefs.in
+@@ -57,7 +57,7 @@
+ EXTRA_LIBOBJS=@EXTRA_LIBOBJS@
+ READLINE_LIBS=@READLINE_LIBS@
+ GMP_LIBS=@GMP_LIBS@
+-GDBM_LIBS=@GDBM_LIBS@
++GDBM_LIBS=${LIBS} @GDBM_LIBS@
+ ALLOCA=@ALLOCA@
+
+ DESTDIR=