diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-01-28 19:27:01 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-01-28 19:27:01 (GMT) |
commit | 5e1c296b7321a6f08f0da1937288ab0cb247e533 (patch) | |
tree | 4988f8b3d4c9fcc8aa738b57f18ed70dfda72b8a /abs/core/ldns/perl-recent.patch | |
parent | 4070bdaf7a8df038c73e67f442e9d056c345fae4 (diff) | |
download | linhes_pkgbuild-5e1c296b7321a6f08f0da1937288ab0cb247e533.zip linhes_pkgbuild-5e1c296b7321a6f08f0da1937288ab0cb247e533.tar.gz linhes_pkgbuild-5e1c296b7321a6f08f0da1937288ab0cb247e533.tar.bz2 |
ldns: update to 1.6.17
Diffstat (limited to 'abs/core/ldns/perl-recent.patch')
-rw-r--r-- | abs/core/ldns/perl-recent.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/core/ldns/perl-recent.patch b/abs/core/ldns/perl-recent.patch new file mode 100644 index 0000000..ddf711c --- /dev/null +++ b/abs/core/ldns/perl-recent.patch @@ -0,0 +1,12 @@ +diff -Naur old/doc/doxyparse.pl new/doc/doxyparse.pl +--- old/doc/doxyparse.pl 2014-01-11 06:04:41.000000000 +0900 ++++ new/doc/doxyparse.pl 2015-08-08 22:29:34.216889652 +0900 +@@ -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 "; |