pkgsrc/net/proftpd/patches/patch-ab
wiz 4048f0502b Fix test ==.
Reported by Robert Elz in PR 43046.
2010-03-23 13:45:28 +00:00

33 lines
1.1 KiB
Text

$NetBSD: patch-ab,v 1.11 2010/03/23 13:45:28 wiz Exp $
Make this pkgsrc friendly.
--- configure.orig 2010-02-15 19:32:24.000000000 +0000
+++ configure
@@ -12862,7 +12862,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
echo "$as_me: error: use --enable-dso instead of --with-modules=mod_dso for DSO support" >&2;}
{ (exit 1); exit 1; }; }
@@ -31715,7 +31715,7 @@ _ACEOF
cat >>confdefs.h <<_ACEOF
-#define PR_RUN_DIR "`eval echo "${localstatedir}"`"
+#define PR_RUN_DIR "`eval echo "${localstatedir}/run"`"
_ACEOF
cat >>confdefs.h <<_ACEOF
@@ -31723,7 +31723,7 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
cat >>confdefs.h <<_ACEOF
-#define PR_PID_FILE_PATH "`eval echo "${localstatedir}/proftpd.pid"`"
+#define PR_PID_FILE_PATH "`eval echo "${localstatedir}/run/proftpd.pid"`"
_ACEOF