0eb04b89bc
- Add ldns-perl-5.22.patch: Fix build with perl 5.22. OBS-URL: https://build.opensuse.org/request/show/328306 OBS-URL: https://build.opensuse.org/package/show/server:dns/ldns?expand=0&rev=26
14 lines
397 B
Diff
14 lines
397 B
Diff
Index: ldns-1.6.17/doc/doxyparse.pl
|
|
===================================================================
|
|
--- ldns-1.6.17.orig/doc/doxyparse.pl
|
|
+++ ldns-1.6.17/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 ";
|