diff options
author | Sebastian Pipping <sping@gentoo.org> | 2015-08-13 23:25:26 +0200 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2015-08-13 23:26:08 +0200 |
commit | e70eb77fc20f81cc8f1ce7e84c7294eea4b1c532 (patch) | |
tree | bf607553b2493144919d132949d06eb6d6ab1e1c /net-dns/mydns | |
parent | profiles: Update plasma profile package use (diff) | |
download | gentoo-e70eb77fc20f81cc8f1ce7e84c7294eea4b1c532.tar.gz gentoo-e70eb77fc20f81cc8f1ce7e84c7294eea4b1c532.tar.bz2 gentoo-e70eb77fc20f81cc8f1ce7e84c7294eea4b1c532.zip |
net-dns/mydns: Fix compilation (bug #526964)
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'net-dns/mydns')
-rw-r--r-- | net-dns/mydns/files/mydns-1.2.8.31-texinfo.patch | 30 | ||||
-rw-r--r-- | net-dns/mydns/mydns-1.2.8.31.ebuild | 3 |
2 files changed, 32 insertions, 1 deletions
diff --git a/net-dns/mydns/files/mydns-1.2.8.31-texinfo.patch b/net-dns/mydns/files/mydns-1.2.8.31-texinfo.patch new file mode 100644 index 000000000000..7b6b3d1a5aa3 --- /dev/null +++ b/net-dns/mydns/files/mydns-1.2.8.31-texinfo.patch @@ -0,0 +1,30 @@ +From d341ad19c32777757d2ade6dc8c096a8d14dfb77 Mon Sep 17 00:00:00 2001 +From: Sebastian Pipping <sebastian@pipping.org> +Date: Thu, 13 Aug 2015 23:10:29 +0200 +Subject: [PATCH] Fix texinfo compilation + +Error was: +./fdl.texi:371: raising the section level of @appendixsubsec which is too low + +Applying idea from +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708589 +--- + doc/fdl.texi | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/doc/fdl.texi b/doc/fdl.texi +index a497bba..fc801a8 100644 +--- a/doc/fdl.texi ++++ b/doc/fdl.texi +@@ -368,7 +368,7 @@ as a draft) by the Free Software Foundation. + @end enumerate + + @page +-@appendixsubsec ADDENDUM: How to use this License for your documents ++@appendixsec ADDENDUM: How to use this License for your documents + + To use this License in a document you have written, include a copy of + the License in the document and put the following copyright and +-- +2.5.0 + diff --git a/net-dns/mydns/mydns-1.2.8.31.ebuild b/net-dns/mydns/mydns-1.2.8.31.ebuild index f415cff53f8e..52e131e31f1d 100644 --- a/net-dns/mydns/mydns-1.2.8.31.ebuild +++ b/net-dns/mydns/mydns-1.2.8.31.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,6 +29,7 @@ REQUIRED_USE="^^ ( mysql postgres )" src_prepare() { epatch "${FILESDIR}/${PN}-1.2.8.27-m4.patch" eautoreconf + epatch "${FILESDIR}/${P}-texinfo.patch" } src_configure() { |