diff options
Diffstat (limited to 'editors/nvi/patches/patch-aa')
-rw-r--r-- | editors/nvi/patches/patch-aa | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/editors/nvi/patches/patch-aa b/editors/nvi/patches/patch-aa deleted file mode 100644 index f5f3e9a706f..00000000000 --- a/editors/nvi/patches/patch-aa +++ /dev/null @@ -1,35 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/01/12 10:59:30 wiz Exp $ - ---- ../dist/configure.orig Tue Aug 21 14:41:01 2001 -+++ ../dist/configure -@@ -10676,17 +10676,17 @@ - saveLDFLAGS="$LDFLAGS" - if test "x$with_db3" != "x"; then - LDFLAGS="-L$with_db3/lib $LDFLAGS" -- CFLAGS="-I$with_db3/include $CFLAGS" -+ CFLAGS="-I$with_db3/include/db3 $CFLAGS" - fi; - --echo $ac_n "checking for db_create in -ldb""... $ac_c" 1>&6 --echo "configure:10684: checking for db_create in -ldb" >&5 -+echo $ac_n "checking for db_create in -ldb3""... $ac_c" 1>&6 -+echo "configure:10684: checking for db_create in -ldb3" >&5 - ac_lib_var=`echo db'_'db_create | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-ldb $LIBS" -+LIBS="-ldb3 $LIBS" - cat > conftest.$ac_ext <<EOF - #line 10692 "configure" - #include "confdefs.h" -@@ -10835,7 +10835,7 @@ - dl_src=../common/dldb.c - LIBS="-ldl $LIBS" - else -- LIBS="-ldb $LIBS" -+ LIBS="-ldb3 $LIBS" - if test "X$with_db3" != "X"; then - LDFLAGS="`echo $with_db3/lib | sed "$LRscript"` $LDFLAGS" - fi |