From: Wouter Wijngaards Date: Thu, 19 Jan 2012 16:07:01 +0000 (+0000) Subject: fix #429. X-Git-Tag: release-1.6.13rc1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4972a49b2b4551285a014ef965369f35e74fa8fc;p=thirdparty%2Fldns.git fix #429. --- diff --git a/Changelog b/Changelog index b9c9e15e..9f2a08dd 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,8 @@ 1.6.13 * bugfix #427: Eplicitely link ssl with the programs that use it. * Fix reading \DDD: Error on values that are outside range (>255). + * bugfix #429: fix doxyparse.plfails on NetBSD because specified + path to perl. 1.6.12 * bugfix #413: Fix manpage source for srcdir != builddir diff --git a/doc/doxyparse.pl b/doc/doxyparse.pl index 218825fe..526c6171 100755 --- a/doc/doxyparse.pl +++ b/doc/doxyparse.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Doxygen is usefull for html documentation, but sucks # in making manual pages. Still tool also parses the .h