mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
fb3d2379c7
one, therefore don't bump PORTREVISION.
24 lines
585 B
Plaintext
24 lines
585 B
Plaintext
|
|
$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; }
|