diff options
Diffstat (limited to 'libs/ldns/patches/001-perl5-defined-array.patch')
-rw-r--r-- | libs/ldns/patches/001-perl5-defined-array.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libs/ldns/patches/001-perl5-defined-array.patch b/libs/ldns/patches/001-perl5-defined-array.patch deleted file mode 100644 index 5e193d9ea..000000000 --- a/libs/ldns/patches/001-perl5-defined-array.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/doc/doxyparse.pl -+++ b/doc/doxyparse.pl -@@ -273,7 +273,7 @@ foreach (keys %manpages) { - - 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 "; |