diff options
author | wiz <wiz> | 2003-11-14 09:34:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-11-14 09:34:42 +0000 |
commit | 9cabcb587f6e0b1c5d676b8b0e0b970b3dc9c1e9 (patch) | |
tree | ac6860776364bc25349f23c454faea0c32cd4c14 /net/maradns | |
parent | a9839156ac9c4d8826c7ecbff0f735edf4ef6ec7 (diff) | |
download | pkgsrc-9cabcb587f6e0b1c5d676b8b0e0b970b3dc9c1e9.tar.gz |
Make build with pth.
Diffstat (limited to 'net/maradns')
-rw-r--r-- | net/maradns/distinfo | 3 | ||||
-rw-r--r-- | net/maradns/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/maradns/distinfo b/net/maradns/distinfo index 07ae4549169..47ea3882a23 100644 --- a/net/maradns/distinfo +++ b/net/maradns/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2003/09/26 10:11:58 xtraeme Exp $ +$NetBSD: distinfo,v 1.3 2003/11/14 09:34:42 wiz Exp $ SHA1 (maradns-1.0.18.tar.bz2) = 788b875bed781f11dea8f4d38209e4bd49dc42d8 Size (maradns-1.0.18.tar.bz2) = 414047 bytes +SHA1 (patch-aa) = 1de334b76fd83573a67d2deb46c1abd0a925b908 diff --git a/net/maradns/patches/patch-aa b/net/maradns/patches/patch-aa new file mode 100644 index 00000000000..d27a0ad999a --- /dev/null +++ b/net/maradns/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2003/11/14 09:34:42 wiz Exp $ + +--- server/Makefile.orig Tue Aug 27 05:11:46 2002 ++++ server/Makefile +@@ -15,7 +15,7 @@ EXECS=maradns + #FLAGS = -g $(DEBUG) -DNOTHREAD -DDEBUG + #FLAGS = -g -DDEBUG_MEMORY $(DEBUG) + #FLAGS = -g $(DEBUG) +-FLAGS = -O2 -Wall $(DEBUG) ++FLAGS = -O2 -Wall $(DEBUG) ${CFLAGS} ${LDFLAGS} + + all: $(EXECS) + |