summaryrefslogtreecommitdiff
path: root/net-libs/ldns/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /net-libs/ldns/files
reinit the tree, so we can have metadata
Diffstat (limited to 'net-libs/ldns/files')
-rw-r--r--net-libs/ldns/files/ldns-1.6.17_perl522.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-libs/ldns/files/ldns-1.6.17_perl522.patch b/net-libs/ldns/files/ldns-1.6.17_perl522.patch
new file mode 100644
index 000000000000..ef9c82c8f6b9
--- /dev/null
+++ b/net-libs/ldns/files/ldns-1.6.17_perl522.patch
@@ -0,0 +1,11 @@
+--- a/doc/doxyparse.pl 2014-01-10 22:04:41.000000000 +0100
++++ b/doc/doxyparse.pl 2015-07-15 18:31:33.744755996 +0200
+@@ -273,7 +273,7 @@
+
+ print MAN $MAN_MIDDLE;
+
+- if (defined(@$also)) {
++ if (@$also) {
+ print MAN "\n.SH SEE ALSO\n\\fI";
+ print MAN join "\\fR, \\fI", @$also;
+ print MAN "\\fR.\nAnd ";