freebsd-ports/lang/librep/files/patch-aa
2002-01-24 19:06:31 +00:00

23 lines
585 B
Text

$FreeBSD$
--- configure.orig Mon Oct 29 06:19:47 2001
+++ configure Thu Jan 24 17:54:12 2002
@@ -4659,7 +4659,7 @@
;;
esac
fi
-need_lc=${lt_cv_archive_cmds_need_lc-yes}
+need_lc=no
# The second clause should only fire when bootstrapping the
# libtool distribution, otherwise you forgot to ship ltmain.sh
@@ -6136,7 +6136,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; }