diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-26 22:07:11 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-26 22:07:11 +0000 |
commit | 4d5fb493bcfb45ea66f6c2fa376e06ccab154cb5 (patch) | |
tree | 581f4694ce08a9a0bfa1ed68dfd168dbbe0de9f1 /net/netatalk/files | |
parent | 784803f052004e0459222e78356f096ad076d976 (diff) | |
download | ports-4d5fb493bcfb45ea66f6c2fa376e06ccab154cb5.tar.gz ports-4d5fb493bcfb45ea66f6c2fa376e06ccab154cb5.zip |
Notes
Diffstat (limited to 'net/netatalk/files')
-rw-r--r-- | net/netatalk/files/patch-configure | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/netatalk/files/patch-configure b/net/netatalk/files/patch-configure index f50ca2940735..994d7e0f72ca 100644 --- a/net/netatalk/files/patch-configure +++ b/net/netatalk/files/patch-configure @@ -1,13 +1,13 @@ ---- configure.orig Sat Jan 26 16:25:38 2002 -+++ configure Sat Jan 26 16:25:51 2002 -@@ -8250,14 +8250,14 @@ +--- configure.orig Fri Feb 15 17:14:36 2002 ++++ configure Tue Feb 26 13:12:06 2002 +@@ -8421,14 +8421,14 @@ savedldflags="$LDFLAGS" CFLAGS="$CFLAGS -I$db3dir" LDFLAGS="-L$db3libdir $LDFLAGS" - echo $ac_n "checking for main in -ldb""... $ac_c" 1>&6 --echo "configure:8255: checking for main in -ldb" >&5 +-echo "configure:8426: checking for main in -ldb" >&5 + echo $ac_n "checking for main in -ldb3""... $ac_c" 1>&6 -+echo "configure:8255: checking for main in -ldb3" >&5 ++echo "configure:8426: checking for main in -ldb3" >&5 ac_lib_var=`echo db'_'main | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -16,14 +16,14 @@ -LIBS="-ldb $LIBS" +LIBS="-ldb3 $LIBS" cat > conftest.$ac_ext <<EOF - #line 8263 "configure" + #line 8434 "configure" #include "confdefs.h" -@@ -8284,7 +8284,7 @@ +@@ -8455,7 +8455,7 @@ db3found=yes DB3_CFLAGS="-I$db3dir" - DB3_LIBS="-L$db3libdir -ldb" + DB3_LIBS="-L$db3libdir -ldb3" + DB3_PATH="`echo $db3dir | sed 's,include/db3$,,'`" else - echo "$ac_t""no" 1>&6 |