From 1159a28c9ce01f92ae952c41248392dc85304c63 Mon Sep 17 00:00:00 2001 From: hubertf Date: Wed, 10 Apr 2002 11:13:28 +0000 Subject: Make sure the gdbm library is found (no idea how this worked before) --- lang/librep/patches/patch-aa | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lang/librep/patches/patch-aa (limited to 'lang/librep') 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= -- cgit v1.2.3