summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-03-15 10:10:16 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-03-15 10:10:16 +0000
commit34051b3e26fccd1422cf1de285eee3e020918ed4 (patch)
tree966d78a2ee17812797114f69b50a74a7a0ee4c15 /media-sound
parentsys-fs/aufs-util: Version Bump (diff)
downloadgentoo-2-34051b3e26fccd1422cf1de285eee3e020918ed4.tar.gz
gentoo-2-34051b3e26fccd1422cf1de285eee3e020918ed4.tar.bz2
gentoo-2-34051b3e26fccd1422cf1de285eee3e020918ed4.zip
Change autotools build mode(fixes building with USE=doc), add compatibility patch with new automake, wrt bug #459466, thanks to Diego Elio Pettenò and Adrian Bassett
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/nted/ChangeLog8
-rw-r--r--media-sound/nted/files/nted-1.10.18-automake-1.12.patch11
-rw-r--r--media-sound/nted/nted-1.10.18-r3.ebuild4
3 files changed, 21 insertions, 2 deletions
diff --git a/media-sound/nted/ChangeLog b/media-sound/nted/ChangeLog
index 7285ee0a6954..6ea8e3221746 100644
--- a/media-sound/nted/ChangeLog
+++ b/media-sound/nted/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/nted
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v 1.37 2013/02/18 13:41:33 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v 1.38 2013/03/15 10:10:16 pinkbyte Exp $
+
+ 15 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> nted-1.10.18-r3.ebuild,
+ +files/nted-1.10.18-automake-1.12.patch:
+ Change autotools build mode(fixes building with USE=doc), add compatibility
+ patch with new automake, wrt bug #459466, thanks to Diego Elio Pettenò and
+ Adrian Bassett
*nted-1.10.18-r3 (18 Feb 2013)
diff --git a/media-sound/nted/files/nted-1.10.18-automake-1.12.patch b/media-sound/nted/files/nted-1.10.18-automake-1.12.patch
new file mode 100644
index 000000000000..0363e06ea6cd
--- /dev/null
+++ b/media-sound/nted/files/nted-1.10.18-automake-1.12.patch
@@ -0,0 +1,11 @@
+--- configure.in.dist 2011-01-27 13:10:04.000000000 +0000
++++ configure.in 2013-03-07 23:17:13.529353811 +0000
+@@ -12,7 +12,7 @@
+ AC_INIT([nted], [1.10.18], [nted-user@tu-chemnitz.de], [nted])
+ AC_CONFIG_SRCDIR([beaming.h])
+ AC_CONFIG_HEADERS([config.h])
+-AM_INIT_AUTOMAKE([-Wall -Werror 1.10 foreign])
++AM_INIT_AUTOMAKE([-Wall 1.10 foreign])
+
+ AC_PROG_CXX
+
diff --git a/media-sound/nted/nted-1.10.18-r3.ebuild b/media-sound/nted/nted-1.10.18-r3.ebuild
index cbdd6cd8bdea..ad1cd26bcde5 100644
--- a/media-sound/nted/nted-1.10.18-r3.ebuild
+++ b/media-sound/nted/nted-1.10.18-r3.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/nted-1.10.18-r3.ebuild,v 1.1 2013/02/18 13:41:33 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/nted-1.10.18-r3.ebuild,v 1.2 2013/03/15 10:10:16 pinkbyte Exp $
EAPI=5
+AUTOTOOLS_IN_SOURCE_BUILD=1
AUTOTOOLS_AUTORECONF=1
inherit autotools-utils eutils toolchain-funcs
@@ -34,6 +35,7 @@ PATCHES=(
"${FILESDIR}/${P}-gcc47.patch" # bug #424291
"${FILESDIR}/${P}-lilypond.patch" # bug #437540
"${FILESDIR}/${P}-lilypond-tremolo.patch" # bug #437540
+ "${FILESDIR}/${P}-automake-1.12.patch" # bug #459466
)
src_prepare() {