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, 0 insertions, 13 deletions
diff --git a/www/lighttpd/patches/patch-ad b/www/lighttpd/patches/patch-ad
deleted file mode 100644
index e96325867d5..00000000000
--- a/www/lighttpd/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$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, [