mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8b1344bee9
Add appropriate LIB_DEPENDS for gdbm and gettext Incorporate building fixes from ports/17387 Make PLIST more version-friendly Approved by: maintainer
12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
--- configure.orig Sun Mar 12 09:41:29 2000
|
|
+++ configure Thu Mar 23 18:17:51 2000
|
|
@@ -2228,7 +2228,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
|