summaryrefslogtreecommitdiff
path: root/dns/unbound
diff options
context:
space:
mode:
Diffstat (limited to 'dns/unbound')
-rw-r--r--dns/unbound/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index 1827bc57286b..fb1bc1324b1c 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -89,7 +89,9 @@ post-patch:
${WRKSRC}/Makefile.in
post-patch-FILTER_AAAA-on:
- ${CAT} ${WRKSRC}/contrib/aaaa-filter-iterator.patch | ${PATCH} -d ${WRKSRC} -p1 -s
+ ${SED} 's/INIT_REQUEST_STATE, FINISHED_STATE, &subq, 1/&, 0/' \
+ ${WRKSRC}/contrib/aaaa-filter-iterator.patch | \
+ ${PATCH} -d ${WRKSRC} -p1 -s
post-build:
@for s in ${STRIP_FILES}; do ${STRIP_CMD} ${WRKSRC}/$$s; done