diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-01 01:52:51 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-01 01:52:51 +0000 |
commit | fb21b76a218c245c71be53adb008864a30562f9e (patch) | |
tree | 2c2c014fe57b43641ea93a5770c67566a3e78945 /net/netatalk-devel/files/patch-configure | |
parent | Add a missing run dependency on mkfontdir. (diff) |
Update to 1.5.3.1
PR: 36593
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=57096
Diffstat (limited to 'net/netatalk-devel/files/patch-configure')
-rw-r--r-- | net/netatalk-devel/files/patch-configure | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/netatalk-devel/files/patch-configure b/net/netatalk-devel/files/patch-configure index 994d7e0f72ca..0cf4f4db0187 100644 --- a/net/netatalk-devel/files/patch-configure +++ b/net/netatalk-devel/files/patch-configure @@ -1,13 +1,13 @@ ---- configure.orig Fri Feb 15 17:14:36 2002 -+++ configure Tue Feb 26 13:12:06 2002 -@@ -8421,14 +8421,14 @@ +--- configure.orig Wed Mar 27 17:20:55 2002 ++++ configure Sun Mar 31 18:07:57 2002 +@@ -8483,14 +8483,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:8426: checking for main in -ldb" >&5 +-echo "configure:8488: checking for main in -ldb" >&5 + echo $ac_n "checking for main in -ldb3""... $ac_c" 1>&6 -+echo "configure:8426: checking for main in -ldb3" >&5 ++echo "configure:8488: 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,9 +16,9 @@ -LIBS="-ldb $LIBS" +LIBS="-ldb3 $LIBS" cat > conftest.$ac_ext <<EOF - #line 8434 "configure" + #line 8496 "configure" #include "confdefs.h" -@@ -8455,7 +8455,7 @@ +@@ -8517,7 +8517,7 @@ db3found=yes DB3_CFLAGS="-I$db3dir" |