diff --git a/mingw-w64-ldns/doxyparse-deprecations.patch b/mingw-w64-ldns/doxyparse-deprecations.patch new file mode 100644 index 0000000000..e66a364aec --- /dev/null +++ b/mingw-w64-ldns/doxyparse-deprecations.patch @@ -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 ";