diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-12-11 18:21:18 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-12-11 18:21:18 +0000 |
commit | 41013680876c1a68697e7f795e3dc634c3d44b34 (patch) | |
tree | ef089a8f9f2653a60c4267df3fda5b5e3d60a9b5 /app-emulation/e-uae | |
parent | use udev.eclass to get udevdir, to support virtual/udev (diff) | |
download | gentoo-2-41013680876c1a68697e7f795e3dc634c3d44b34.tar.gz gentoo-2-41013680876c1a68697e7f795e3dc634c3d44b34.tar.bz2 gentoo-2-41013680876c1a68697e7f795e3dc634c3d44b34.zip |
Fix build issue, bug #425680
(Portage version: 2.2.01.21418-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'app-emulation/e-uae')
-rw-r--r-- | app-emulation/e-uae/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/e-uae/e-uae-0.8.28-r3.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-emulation/e-uae/ChangeLog b/app-emulation/e-uae/ChangeLog index 977e5dc6d322..7fde95c5a93c 100644 --- a/app-emulation/e-uae/ChangeLog +++ b/app-emulation/e-uae/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/e-uae # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/e-uae/ChangeLog,v 1.43 2012/12/11 18:07:17 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/e-uae/ChangeLog,v 1.44 2012/12/11 18:21:18 grobian Exp $ + + 11 Dec 2012; Fabian Groffen <grobian@gentoo.org> e-uae-0.8.28-r3.ebuild: + Fix build issue, bug #425680 *e-uae-0.8.29_rc4-r2 (11 Dec 2012) diff --git a/app-emulation/e-uae/e-uae-0.8.28-r3.ebuild b/app-emulation/e-uae/e-uae-0.8.28-r3.ebuild index 28b8f3bea405..d551936ec31c 100644 --- a/app-emulation/e-uae/e-uae-0.8.28-r3.ebuild +++ b/app-emulation/e-uae/e-uae-0.8.28-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/e-uae/e-uae-0.8.28-r3.ebuild,v 1.10 2011/03/27 10:22:51 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/e-uae/e-uae-0.8.28-r3.ebuild,v 1.11 2012/12/11 18:21:18 grobian Exp $ EAPI="1" @@ -101,6 +101,8 @@ src_unpack() { epatch "${FILESDIR}/${P}-fix-JIT-cache-on-NX-cpu.patch" epatch "${FILESDIR}/${P}-gtkui_64bit_fix.diff" epatch "${FILESDIR}/${P}-themes_rendering_fix.diff" + # bug #425680 + sed -i -e 's/getline/mygetline/' src/gui-none/nogui.c || die } src_compile() { |