diff options
author | pat <pat@FreeBSD.org> | 2002-02-27 06:07:11 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-02-27 06:07:11 +0800 |
commit | a00608de526baad2e5f800cc7559adeb550c35e3 (patch) | |
tree | a4daa6fc2f4c0f2b9e94e2c81fbc2b770ee26f99 /net/netatalk/files | |
parent | 94a81deaade91018194ce1b6b4615fdbc4718729 (diff) | |
download | freebsd-ports-gnome-a00608de526baad2e5f800cc7559adeb550c35e3.tar.gz freebsd-ports-gnome-a00608de526baad2e5f800cc7559adeb550c35e3.tar.zst freebsd-ports-gnome-a00608de526baad2e5f800cc7559adeb550c35e3.zip |
- Update to 1.5.2
- make LOCALBASE safe
PR: 35348
Submitted by: maintainer
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 |