1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/lang/librep2/files/patch-aa
Ade Lovett 13e3525dad Update to 0.11.3
Approved by:	nakai
2000-04-19 15:09:24 +00:00

12 lines
349 B
Plaintext

--- configure.orig Thu Apr 13 09:53:31 2000
+++ configure Mon Apr 17 20:09:51 2000
@@ -2422,7 +2422,7 @@
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
- GDBM_LIBS="-lgdbm"
+ GDBM_LIBS="-lgdbm $LIBS"
else
echo "$ac_t""no" 1>&6
{ echo "configure: error: Cannot find GDBM library" 1>&2; exit 1; }