summaryrefslogtreecommitdiff
path: root/www/lighttpd/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'www/lighttpd/patches/patch-ad')
-rw-r--r--www/lighttpd/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/lighttpd/patches/patch-ad b/www/lighttpd/patches/patch-ad
new file mode 100644
index 00000000000..e96325867d5
--- /dev/null
+++ b/www/lighttpd/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2007/02/19 21:31:36 joerg Exp $
+
+--- configure.in.orig 2007-02-19 21:15:12.000000000 +0000
++++ configure.in
+@@ -398,7 +398,7 @@ AC_ARG_WITH(lua, AC_HELP_STRING([--with-
+
+ AC_MSG_RESULT($WITH_LUA)
+ if test "$WITH_LUA" != "no"; then
+- if test "$WITH_LUA" == "yes"; then
++ if test "$WITH_LUA" = "yes"; then
+ WITH_LUA=lua
+ fi
+ PKG_CHECK_MODULES(LUA, $WITH_LUA >= 5.1, [