forked from Lainports/freebsd-ports
23 lines
678 B
Text
23 lines
678 B
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Sat Apr 20 00:42:14 2002
|
|
+++ configure Mon Apr 29 20:51:22 2002
|
|
@@ -5622,7 +5622,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
|
|
@@ -7359,7 +7359,7 @@
|
|
echo "$as_me:7359: result: $ac_cv_lib_gdbm_gdbm_open" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_gdbm_gdbm_open" >&6
|
|
if test $ac_cv_lib_gdbm_gdbm_open = yes; then
|
|
- GDBM_LIBS="-lgdbm"
|
|
+ GDBM_LIBS="-L$LOCALBASE/lib -lgdbm"
|
|
else
|
|
{ { echo "$as_me:7364: error: Cannot find GDBM library" >&5
|
|
echo "$as_me: error: Cannot find GDBM library" >&2;}
|