summaryrefslogtreecommitdiff
path: root/net/maradns/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'net/maradns/patches/patch-ae')
-rw-r--r--net/maradns/patches/patch-ae24
1 files changed, 12 insertions, 12 deletions
diff --git a/net/maradns/patches/patch-ae b/net/maradns/patches/patch-ae
index a285ea42d81..4bc27f23656 100644
--- a/net/maradns/patches/patch-ae
+++ b/net/maradns/patches/patch-ae
@@ -1,13 +1,13 @@
-$NetBSD: patch-ae,v 1.1 2005/05/13 13:25:55 salo Exp $
+$NetBSD: patch-ae,v 1.2 2007/08/12 01:14:31 joerg Exp $
---- dns/Makefile.orig 2003-08-02 21:39:36.000000000 +0200
-+++ dns/Makefile 2005-05-13 14:52:40.000000000 +0200
-@@ -3,7 +3,7 @@
- MJOBJS=../libs/MaraHash.o
- OBJECTS=$(DOBJECTS) $(JOBJS) $(MJOBJS)
-
--FLAGS = -g -O2 -Wall $(DEBUG)
-+FLAGS = -g -O2 -Wall $(DEBUG) $(CFLAGS)
- #FLAGS = -g $(DEBUG)
-
- all: Queries.o Compress.o bobbit.o Decompress.o
+--- tcp/zoneserver.c.orig 2007-08-12 00:49:01.000000000 +0000
++++ tcp/zoneserver.c
+@@ -34,7 +34,7 @@
+ #include <errno.h>
+ #include <string.h>
+ #include <time.h>
+-#ifdef __FreeBSD__
++#if defined(__FreeBSD__) || defined(__DragonFly__)
+ #include <sys/time.h>
+ #endif
+ #include <sys/types.h>