diff options
author | 2006-03-10 19:51:02 +0000 | |
---|---|---|
committer | 2006-03-10 19:51:02 +0000 | |
commit | 72e2dffc70023d2efa98af79d8e61656a7afb047 (patch) | |
tree | a9913f2f6da5323c63a6bd892b3bb25ecb9d43a0 /sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild | |
parent | Stable on ppc. Bug 125479 (diff) | |
download | historical-72e2dffc70023d2efa98af79d8e61656a7afb047.tar.gz historical-72e2dffc70023d2efa98af79d8e61656a7afb047.tar.bz2 historical-72e2dffc70023d2efa98af79d8e61656a7afb047.zip |
Fix GCC4 compile issue (bug #125186).
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild')
-rw-r--r-- | sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild b/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild index 47b5dbdd5c0f..a120ddb75db2 100644 --- a/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild +++ b/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild,v 1.2 2006/01/22 15:51:29 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gerbv/gerbv-1.0.1-r1.ebuild,v 1.3 2006/03/10 19:51:02 plasmaroo Exp $ inherit eutils @@ -23,6 +23,7 @@ src_compile() { confOptions='--enable-gtk2' use xinerama && epatch ${FILESDIR}/${PN}-1.0.0-Xinerama.patch use png || confOptions="$confOptions --disable-exportpng" + epatch ${FILESDIR}/${PN}-1.0.0-gcc-4.10.patch econf $confOptions || die emake || die |