summaryrefslogtreecommitdiff
path: root/www/apache/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache/patches/patch-am')
-rw-r--r--www/apache/patches/patch-am19
1 files changed, 15 insertions, 4 deletions
diff --git a/www/apache/patches/patch-am b/www/apache/patches/patch-am
index f7343456e95..c1dc151651a 100644
--- a/www/apache/patches/patch-am
+++ b/www/apache/patches/patch-am
@@ -1,8 +1,19 @@
-$NetBSD: patch-am,v 1.7 2004/10/29 13:48:31 abs Exp $
+$NetBSD: patch-am,v 1.8 2005/08/22 16:19:00 reed Exp $
---- src/include/ap_config.h.orig 2004-09-16 00:45:17.000000000 +0100
-+++ src/include/ap_config.h
-@@ -1304,7 +1304,7 @@ extern int ap_execve(const char *filenam
+--- src/include/ap_config.h.orig 2004-09-15 16:45:17.000000000 -0700
++++ src/include/ap_config.h 2005-08-22 09:09:03.000000000 -0700
+@@ -699,8 +699,8 @@
+ #undef NO_SETSID
+ #define HAVE_SYSLOG 1
+
+-#elif defined(__FreeBSD__) || defined(__bsdi__)
+-#if defined(__FreeBSD__)
++#elif defined(__FreeBSD__) || defined(__bsdi__) || defined(__DragonFly__)
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+ #include <osreldate.h>
+ #endif
+ #define HAVE_GMTOFF 1
+@@ -1304,7 +1304,7 @@
* so we don't have to. Sigh...
*/