ldns: Add missing patch

This commit is contained in:
Alexey Pavlov
2015-09-02 09:41:32 +03:00
parent 9011a8b945
commit bbbbbe9fba

View File

@@ -0,0 +1,11 @@
--- ldns-1.6.17/doc/doxyparse.pl 2015-09-01 16:09:55.429400600 +0300
+++ ldns-1.6.17/doc/doxyparse.pl.orig 2015-09-01 16:09:40.101933500 +0300
@@ -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 ";