ports/sysutils/LPRng/files/patch-aj
Mario Sergio Fujikawa Ferreira 46737ce94d o Update to version 3.7.5
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
2001-07-30 18:18:38 +00:00

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;