summaryrefslogtreecommitdiff
path: root/lang/librep
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-04-10 11:13:28 +0000
committerhubertf <hubertf>2002-04-10 11:13:28 +0000
commit1bb613bbd369f47939c34173cc0a6f2cc099332c (patch)
tree813a5b799c22ebe356522b19d44f55fabc103f1c /lang/librep
parentbfd4c7ba27f2b11b93730118d8d95b6750429e1d (diff)
downloadpkgsrc-1bb613bbd369f47939c34173cc0a6f2cc099332c.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=