summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-02 06:35:57 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-02 06:35:57 +0000
commit88266a08eb0c473d4561af77f46f9654bb298a9a (patch)
tree4500e2dd33f0150ee71ffaa65d86ba30b19f8bba /media-sound/jaaa/jaaa-0.1.2-r1.ebuild
parentquote party (diff)
downloadgentoo-2-88266a08eb0c473d4561af77f46f9654bb298a9a.tar.gz
gentoo-2-88266a08eb0c473d4561af77f46f9654bb298a9a.tar.bz2
gentoo-2-88266a08eb0c473d4561af77f46f9654bb298a9a.zip
Add patch to build with GCC 4.1, thanks to Cubittus in bug #134425. Remove old versions.
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'media-sound/jaaa/jaaa-0.1.2-r1.ebuild')
-rw-r--r--media-sound/jaaa/jaaa-0.1.2-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/media-sound/jaaa/jaaa-0.1.2-r1.ebuild b/media-sound/jaaa/jaaa-0.1.2-r1.ebuild
index 98854a072df5..405acbe24c95 100644
--- a/media-sound/jaaa/jaaa-0.1.2-r1.ebuild
+++ b/media-sound/jaaa/jaaa-0.1.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/jaaa/jaaa-0.1.2-r1.ebuild,v 1.6 2005/10/08 04:50:32 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/jaaa/jaaa-0.1.2-r1.ebuild,v 1.7 2006/10/02 06:35:57 flameeyes Exp $
inherit eutils
@@ -23,9 +23,11 @@ DEPEND="media-sound/jack-audio-connection-kit
src_unpack() {
unpack ${A}
+ cd "${S}"
# fix 32bit datatypes for amd64
- epatch ${FILESDIR}/${P}-amd64.patch
+ epatch "${FILESDIR}/${P}-amd64.patch"
+ epatch "${FILESDIR}/${P}-gcc41.patch"
}
src_compile() {