diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-06-25 17:24:22 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-06-25 17:24:22 +0000 |
commit | c6f7da2436ead537667679b74f2e5aa731894326 (patch) | |
tree | 2ab6ac20c6aac820ad32025d2c89bbd13f506796 /media-sound/noteedit/noteedit-2.8.1-r1.ebuild | |
parent | Stable on ppc64; bug #226991 (diff) | |
download | gentoo-2-c6f7da2436ead537667679b74f2e5aa731894326.tar.gz gentoo-2-c6f7da2436ead537667679b74f2e5aa731894326.tar.bz2 gentoo-2-c6f7da2436ead537667679b74f2e5aa731894326.zip |
fix build with gcc 4.3 with tse3 useflag on, by Markus Rathgeb <maggu2810@web.de>, bug #229291
(Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
Diffstat (limited to 'media-sound/noteedit/noteedit-2.8.1-r1.ebuild')
-rw-r--r-- | media-sound/noteedit/noteedit-2.8.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/noteedit/noteedit-2.8.1-r1.ebuild b/media-sound/noteedit/noteedit-2.8.1-r1.ebuild index 7d918577bdbd..79bf76e38a7b 100644 --- a/media-sound/noteedit/noteedit-2.8.1-r1.ebuild +++ b/media-sound/noteedit/noteedit-2.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.8.1-r1.ebuild,v 1.6 2008/05/02 16:08:16 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.8.1-r1.ebuild,v 1.7 2008/06/25 17:24:22 aballier Exp $ IUSE="kmid tse3" @@ -23,7 +23,7 @@ DEPEND="kmid? ( || ( kde-base/kmid kde-base/kdemultimedia ) ) need-kde 3 -PATCHES=( "${FILESDIR}/${P}-desktop-file.patch" "${FILESDIR}/${P}+gcc-4.3.patch" ) +PATCHES=( "${FILESDIR}/${P}-desktop-file.patch" "${FILESDIR}/${P}+gcc-4.3.patch" "${FILESDIR}/${P}+gcc-4.3.1.patch" ) src_compile() { use tse3 || use kmid || myconf="--without-libs" |