summaryrefslogtreecommitdiff
path: root/net/proftpd/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/proftpd/patches/patch-ab')
-rw-r--r--net/proftpd/patches/patch-ab16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/proftpd/patches/patch-ab b/net/proftpd/patches/patch-ab
index 6ab9e8ae206..483f9cb4b03 100644
--- a/net/proftpd/patches/patch-ab
+++ b/net/proftpd/patches/patch-ab
@@ -1,15 +1,15 @@
-$NetBSD: patch-ab,v 1.12 2010/11/07 12:21:09 obache Exp $
+$NetBSD: patch-ab,v 1.12.8.1 2011/11/16 21:06:50 sbd Exp $
Portability fix.
--- configure.orig 2010-04-13 22:01:35.000000000 +0000
+++ configure
-@@ -12866,7 +12866,7 @@ if test "${with_modules+set}" = set; the
- if test x"$withval" != x; then
- modules_list=`echo "$withval" | sed -e 's/:/ /g'`;
- for amodule in $modules_list; do
-- if test x"$amodule" == xmod_dso ; then
-+ if test x"$amodule" = xmod_dso ; then
- { { echo "$as_me:$LINENO: error: use --enable-dso instead of --with-modules=mod_dso for DSO support" >&5
+@@ -12892,7 +12892,7 @@ echo "$as_me: error: --with-modules para
+ if test x"$withval" != xno; then
+ modules_list=`echo "$withval" | sed -e 's/:/ /g'`;
+ for amodule in $modules_list; do
+- if test x"$amodule" == xmod_dso ; then
++ if test x"$amodule" = xmod_dso ; then
+ { { echo "$as_me:$LINENO: error: use --enable-dso instead of --with-modules=mod_dso for DSO support" >&5
echo "$as_me: error: use --enable-dso instead of --with-modules=mod_dso for DSO support" >&2;}
{ (exit 1); exit 1; }; }