From 18820e7da1f241bc4ca34087565c126c95b4e14a Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Wed, 9 Jan 2002 02:41:41 +0000 Subject: Fix build error and bump PORTREVISION PR: 33652 Submitted by: maintainer --- net/netatalk/files/patch-configure | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 net/netatalk/files/patch-configure (limited to 'net/netatalk/files/patch-configure') diff --git a/net/netatalk/files/patch-configure b/net/netatalk/files/patch-configure new file mode 100644 index 000000000000..6c68a480848d --- /dev/null +++ b/net/netatalk/files/patch-configure @@ -0,0 +1,29 @@ +--- configure.orig Mon Jan 7 11:00:12 2002 ++++ configure Mon Jan 7 11:00:34 2002 +@@ -8249,14 +8249,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:8254: checking for main in -ldb" >&5 ++ echo $ac_n "checking for main in -ldb3""... $ac_c" 1>&6 ++echo "configure:8254: 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 + else + ac_save_LIBS="$LIBS" +-LIBS="-ldb $LIBS" ++LIBS="-ldb3 $LIBS" + cat > conftest.$ac_ext <&6 -- cgit v1.2.3