summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-02-06 23:21:21 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-02-06 23:21:21 +0000
commitca3fa0a9e86aa6bb9589b7676349befcfd53809f (patch)
tree12e5d440c1ff44b3de3b1428a0e21e81e713392d /media-libs/tse3
parentAdded http://home.coc-ag.de/dressler-ro/liflg/files/native to liflg mirror list. (diff)
downloadgentoo-2-ca3fa0a9e86aa6bb9589b7676349befcfd53809f.tar.gz
gentoo-2-ca3fa0a9e86aa6bb9589b7676349befcfd53809f.tar.bz2
gentoo-2-ca3fa0a9e86aa6bb9589b7676349befcfd53809f.zip
Fix parallel make, bug #155715
(Portage version: 2.1.2-r8)
Diffstat (limited to 'media-libs/tse3')
-rw-r--r--media-libs/tse3/ChangeLog8
-rw-r--r--media-libs/tse3/files/tse3-0.3.1-parallelmake.patch11
-rw-r--r--media-libs/tse3/tse3-0.2.7.ebuild4
-rw-r--r--media-libs/tse3/tse3-0.3.0-r1.ebuild4
-rw-r--r--media-libs/tse3/tse3-0.3.1.ebuild6
5 files changed, 25 insertions, 8 deletions
diff --git a/media-libs/tse3/ChangeLog b/media-libs/tse3/ChangeLog
index 799e4a7819dd..fcf2a6bd0530 100644
--- a/media-libs/tse3/ChangeLog
+++ b/media-libs/tse3/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/tse3
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tse3/ChangeLog,v 1.16 2006/11/19 04:30:41 matsuu Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tse3/ChangeLog,v 1.17 2007/02/06 23:21:21 aballier Exp $
+
+ 06 Feb 2007; Alexis Ballier <aballier@gentoo.org>
+ +files/tse3-0.3.1-parallelmake.patch, tse3-0.3.1.ebuild:
+ Fix parallel make, bug #155715
*tse3-0.3.1 (19 Nov 2006)
diff --git a/media-libs/tse3/files/tse3-0.3.1-parallelmake.patch b/media-libs/tse3/files/tse3-0.3.1-parallelmake.patch
new file mode 100644
index 000000000000..b4fc927a7183
--- /dev/null
+++ b/media-libs/tse3/files/tse3-0.3.1-parallelmake.patch
@@ -0,0 +1,11 @@
+--- src/tse3/Makefile.am.old 2007-02-06 23:57:38.000000000 +0100
++++ src/tse3/Makefile.am 2007-02-07 00:08:01.000000000 +0100
+@@ -53,7 +53,7 @@
+
+ noinst_PROGRAMS = test
+ test_SOURCES = test.cpp
+-test_LDADD = $(top_builddir)/src/tse3/libtse3.la
++test_LDADD = ./libtse3.la
+
+ # McCabe .i file generation
+
diff --git a/media-libs/tse3/tse3-0.2.7.ebuild b/media-libs/tse3/tse3-0.2.7.ebuild
index d02bc8ee0126..0c44c2618851 100644
--- a/media-libs/tse3/tse3-0.2.7.ebuild
+++ b/media-libs/tse3/tse3-0.2.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tse3/tse3-0.2.7.ebuild,v 1.17 2005/09/04 12:18:09 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tse3/tse3-0.2.7.ebuild,v 1.18 2007/02/06 23:21:21 aballier Exp $
inherit eutils
diff --git a/media-libs/tse3/tse3-0.3.0-r1.ebuild b/media-libs/tse3/tse3-0.3.0-r1.ebuild
index 8d10a170351d..eb0d1b806646 100644
--- a/media-libs/tse3/tse3-0.3.0-r1.ebuild
+++ b/media-libs/tse3/tse3-0.3.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tse3/tse3-0.3.0-r1.ebuild,v 1.1 2005/10/30 14:14:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tse3/tse3-0.3.0-r1.ebuild,v 1.2 2007/02/06 23:21:21 aballier Exp $
inherit eutils libtool autotools
diff --git a/media-libs/tse3/tse3-0.3.1.ebuild b/media-libs/tse3/tse3-0.3.1.ebuild
index 9855af1cce59..2ec7cf612cf0 100644
--- a/media-libs/tse3/tse3-0.3.1.ebuild
+++ b/media-libs/tse3/tse3-0.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tse3/tse3-0.3.1.ebuild,v 1.1 2006/11/19 04:30:41 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tse3/tse3-0.3.1.ebuild,v 1.2 2007/02/06 23:21:21 aballier Exp $
inherit eutils libtool autotools
@@ -30,6 +30,8 @@ src_unpack() {
# gcc-4 patch (bug #100708)
epatch "${FILESDIR}"/${PN}-0.2.7-gcc4.patch
+ epatch "${FILESDIR}/${P}-parallelmake.patch"
+
eautoreconf
elibtoolize
}