summaryrefslogtreecommitdiffstats
path: root/abs/core/ldns/perl-recent.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/ldns/perl-recent.patch')
-rw-r--r--abs/core/ldns/perl-recent.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/core/ldns/perl-recent.patch b/abs/core/ldns/perl-recent.patch
deleted file mode 100644
index ddf711c..0000000
--- a/abs/core/ldns/perl-recent.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur old/doc/doxyparse.pl new/doc/doxyparse.pl
---- old/doc/doxyparse.pl 2014-01-11 06:04:41.000000000 +0900
-+++ new/doc/doxyparse.pl 2015-08-08 22:29:34.216889652 +0900
-@@ -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 ";