summaryrefslogtreecommitdiff
path: root/net/netatalk/files/patch-configure
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-12 02:09:27 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-10-12 02:09:27 +0000
commit30af9f9d1b308ce2acc0cabc06b668583a7d6f1e (patch)
tree48b0c58eb26975ef34d329ef07b4e7c474c5ebef /net/netatalk/files/patch-configure
parentThe documented xv vulnerabilities were fixed by dinoex@ (diff)
Update to 2.0.0. See http://netatalk.sourceforge.net/2.0/ReleaseNotes.html
for all the new features, and http://netatalk.sourceforge.net/2.0/htmldocs/upgrade.html for important upgrade instructions when moving from 1.6.x.
Notes
Notes: svn path=/head/; revision=118742
Diffstat (limited to 'net/netatalk/files/patch-configure')
-rw-r--r--net/netatalk/files/patch-configure39
1 files changed, 11 insertions, 28 deletions
diff --git a/net/netatalk/files/patch-configure b/net/netatalk/files/patch-configure
index 713d43ec0079..d14d0f1f9714 100644
--- a/net/netatalk/files/patch-configure
+++ b/net/netatalk/files/patch-configure
@@ -1,28 +1,11 @@
---- configure.orig Mon Jun 9 11:55:15 2003
-+++ configure Fri Jun 20 00:05:06 2003
-@@ -13327,13 +13327,13 @@
- savedldflags="$LDFLAGS"
- CFLAGS="$CFLAGS -I$bdbdir"
- LDFLAGS="-L$bdblibdir $LDFLAGS"
-- echo "$as_me:$LINENO: checking for main in -ldb" >&5
--echo $ECHO_N "checking for main in -ldb... $ECHO_C" >&6
-+ echo "$as_me:$LINENO: checking for main in -ldb3" >&5
-+echo $ECHO_N "checking for main in -ldb3... $ECHO_C" >&6
- if test "${ac_cv_lib_db_main+set}" = set; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-ldb $LIBS"
-+LIBS="-ldb3 $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
- /* confdefs.h. */
-@@ -13384,7 +13384,7 @@
- if test "$bdblibdir" != "/usr/lib"; then
- BDB_LIBS="-L$bdblibdir"
- fi
-- BDB_LIBS="$BDB_LIBS -ldb"
-+ BDB_LIBS="$BDB_LIBS -ldb3"
- BDB_BIN=$bdbbindir
- BDB_PATH="`echo $bdbdir | sed 's,include/db3$,,'`"
- BDB_PATH="`echo $BDB_PATH | sed 's,include$,,'`"
+--- configure.orig Sat Aug 28 03:20:01 2004
++++ configure Sat Aug 28 03:20:14 2004
+@@ -15118,7 +15118,7 @@
+ trybdbdir=""
+ dobdbsearch=yes
+ bdb_search_dirs="/usr/local/include /usr/include"
+- search_subdirs="/db4.2 /db42 /db4.1 /db41 /db4 /"
++ search_subdirs="/db4.1 /db41 /db4 /"
+
+ DB_MAJOR_REQ=4
+ DB_MINOR_REQ=1