summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-05-14 21:53:21 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-05-14 21:53:21 +0000
commit26894a3437c8deba19fbb044839feeb7b864bb7c (patch)
treec22b3a85c6b5e7ab42c2de3f196337d1ec2002ca
parent-Restore maintainership to submitter (diff)
- unbreak mpm-itk-20110321-01 patch
PR: ports/157041 Submitted by: zlopi.ru <zlopi.ru _at gmail.com>
Notes
Notes: svn path=/head/; revision=274127
-rw-r--r--www/apache22/files/mpm-itk-20110321-014
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache22/files/mpm-itk-20110321-01 b/www/apache22/files/mpm-itk-20110321-01
index 931d354e05d7..25ad065c3412 100644
--- a/www/apache22/files/mpm-itk-20110321-01
+++ b/www/apache22/files/mpm-itk-20110321-01
@@ -1966,8 +1966,8 @@ unchanged:
AC_MSG_CHECKING(which MPM to use)
AC_ARG_WITH(mpm,
APACHE_HELP_STRING(--with-mpm=MPM,Choose the process model for Apache to use.
-- MPM={beos|event|worker|prefork|mpmt_os2}),[
-+ MPM={beos|event|worker|prefork|mpmt_os2|itk}),[
+- MPM={beos|event|worker|prefork|mpmt_os2|winnt}),[
++ MPM={beos|event|worker|prefork|mpmt_os2|winnt|itk}),[
APACHE_MPM=$withval
],[
if test "x$APACHE_MPM" = "x"; then