ldns: Add missing patch
This commit is contained in:
11
mingw-w64-ldns/doxyparse-deprecations.patch
Normal file
11
mingw-w64-ldns/doxyparse-deprecations.patch
Normal 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 ";
|
||||
Reference in New Issue
Block a user