diff options
author | roam <roam@FreeBSD.org> | 2002-09-20 14:57:20 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2002-09-20 14:57:20 +0800 |
commit | e98ddc936b8eef55565aef8c8f05d513c08c52b4 (patch) | |
tree | 20b2e44238bdcca6a6134b951a1c6514e7451859 /dns/djbdns/Makefile | |
parent | 06fc93b5cf32727cddf7a050ac75625b2455776c (diff) | |
download | freebsd-ports-gnome-e98ddc936b8eef55565aef8c8f05d513c08c52b4.tar.gz freebsd-ports-gnome-e98ddc936b8eef55565aef8c8f05d513c08c52b4.tar.zst freebsd-ports-gnome-e98ddc936b8eef55565aef8c8f05d513c08c52b4.zip |
Update the IPv6 patch to test14; later ones seem to have problems
receiving datagrams.
Fix the build with the dnscache cache dump patch - that is, define
DUMPCACHE in the CFLAGS..
PR: 38207, 42480
Submitted by: "Maciej KorzeƱ" <maciekk@linux.sky.pl>,
Paulius Bulotas <paulius@kaktusas.org>
Diffstat (limited to 'dns/djbdns/Makefile')
-rw-r--r-- | dns/djbdns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/djbdns/Makefile b/dns/djbdns/Makefile index f465faa9e342..9e0f34365db1 100644 --- a/dns/djbdns/Makefile +++ b/dns/djbdns/Makefile @@ -43,10 +43,11 @@ BROKEN= The IPv6 and dnscache-dumpcache patches are currently in conflict. PATCH_SITES+= http://mapage.noos.fr/efge/djbdns/ PATCHFILES+= patch-dnscache-dumpcache-v4.txt PATCH_DIST_STRIP= -p1 +CFLAGS+= -DDUMPCACHE .endif DJBDNS_VER= 1.05 -DJBDNS_V6_VER= test11 +DJBDNS_V6_VER= test14 MAINTAINER= roam@FreeBSD.org |