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
commit1159a28c9ce01f92ae952c41248392dc85304c63 (patch)
tree813a5b799c22ebe356522b19d44f55fabc103f1c /lang/librep
parentdfbf76467e55d1ac717f91b41b9e4cf48c4dc104 (diff)
downloadpkgsrc-1159a28c9ce01f92ae952c41248392dc85304c63.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=