mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
o LIB_DEPENDS on gdbm o Better deinstall handling o Several port style changes o Add both WWW and Author tags PR: 28799 Submitted by: Alec Wolman <wolman@cs.washington.edu> Approved by: maintainer
27 lines
570 B
Text
27 lines
570 B
Text
--- configure.orig Mon Jan 15 18:27:33 2001
|
|
+++ configure Mon Jul 30 14:31:15 2001
|
|
@@ -1441,11 +1441,11 @@
|
|
|
|
fi
|
|
|
|
-echo "$ac_t""$v" 1>&6;USE_GDBM=
|
|
-USE_GDBM_LIB=
|
|
+echo "$ac_t""$v" 1>&6;USE_GDBM=gdbm
|
|
+USE_GDBM_LIB="-lgdbm"
|
|
USE_GDBM_BUILD_DIR=
|
|
-USE_GDBM_LIB_DIR=.
|
|
-USE_GDBM_INC_DIR=.
|
|
+USE_GDBM_LIB_DIR="${enable_gdbm}/lib"
|
|
+USE_GDBM_INC_DIR="${enable_gdbm}/include"
|
|
if test "$v" = no ; then
|
|
USE_GDBM=gdbm-1.8.0
|
|
USE_GDBM_LIB="-lgdbm"
|
|
@@ -8713,7 +8713,7 @@
|
|
|
|
|
|
if test "$ac_cv_prog_gcc" = yes; then
|
|
- CFLAGS="$CFLAGS -Wall -Werror"
|
|
+ CFLAGS="$CFLAGS -Wall"
|
|
fi;
|
|
|
|
|