summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-news/inn/files/2.4.1-berkdb.patch')
-rw-r--r--net-news/inn/files/2.4.1-berkdb.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-news/inn/files/2.4.1-berkdb.patch b/net-news/inn/files/2.4.1-berkdb.patch
index 5982ed04af42..f6ea97f7497a 100644
--- a/net-news/inn/files/2.4.1-berkdb.patch
+++ b/net-news/inn/files/2.4.1-berkdb.patch
@@ -6,7 +6,7 @@ diff -Nur inn-2.4.1.orig/configure.in inn-2.4.1/configure.in
fi
if test x"$BERKELEY_DB_DIR" = xyes ; then
- for v in db41 db4 db3 db2 ; do
-+ for v in 3 2 ; do
++ for v in 4.2 4.1 4 3 2 ; do
- if test -d "/usr/local/include/$v" ; then
+ if test -d "/usr/local/include/db$v" ; then
BERKELEY_DB_LDFLAGS="-L/usr/local/lib"
@@ -20,7 +20,7 @@ diff -Nur inn-2.4.1.orig/configure.in inn-2.4.1/configure.in
done
if test x"$BERKELEY_DB_LIB" = x ; then
- for v in db41 db4 db3 db2 ; do
-+ for v in 3 2 ; do
++ for v in 4.2 4.1 4 3 2 ; do
- if test -d "/usr/include/$v" ; then
+ if test -d "/usr/include/db$v" ; then
- BERKELEY_DB_CFLAGS="-I/usr/include/$v"