diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-05-04 16:11:40 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-05-04 16:11:40 +0000 |
commit | 94e493974320da35a03f37e61f3c0e336fae7365 (patch) | |
tree | aff5c9ac93ee1e171c60a08701dd97e636f77da9 /app-emulation/vice | |
parent | Readded to ~ppc (diff) | |
download | gentoo-2-94e493974320da35a03f37e61f3c0e336fae7365.tar.gz gentoo-2-94e493974320da35a03f37e61f3c0e336fae7365.tar.bz2 gentoo-2-94e493974320da35a03f37e61f3c0e336fae7365.zip |
vice gcc4 fix
(Portage version: 2.0.51.21)
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/vice/files/vice_gcc4_patch.gz | bin | 0 -> 1805 bytes | |||
-rw-r--r-- | app-emulation/vice/vice-1.16.ebuild | 10 |
3 files changed, 13 insertions, 3 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index 85aff913b559..c4be32006f28 100644 --- a/app-emulation/vice/ChangeLog +++ b/app-emulation/vice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/vice # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.23 2005/04/24 11:15:49 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.24 2005/05/04 16:11:40 hanno Exp $ + + 04 May 2005; Hanno Boeck <hanno@gentoo.org> +files/vice_gcc4_patch.gz, + vice-1.16.ebuild: + GCC 4 fix (from Debian, already applied by upstream devs). 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> vice-1.14-r1.ebuild: Stable on ppc. diff --git a/app-emulation/vice/files/vice_gcc4_patch.gz b/app-emulation/vice/files/vice_gcc4_patch.gz Binary files differnew file mode 100644 index 000000000000..292db7ce1c51 --- /dev/null +++ b/app-emulation/vice/files/vice_gcc4_patch.gz diff --git a/app-emulation/vice/vice-1.16.ebuild b/app-emulation/vice/vice-1.16.ebuild index 23f05a456e5c..2afe6180f5a7 100644 --- a/app-emulation/vice/vice-1.16.ebuild +++ b/app-emulation/vice/vice-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.16.ebuild,v 1.2 2005/02/14 09:17:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.16.ebuild,v 1.3 2005/05/04 16:11:40 hanno Exp $ inherit games @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="arts gnome nls sdl X Xaw3d" +IUSE="arts gnome nls sdl X Xaw3d readline" # FIXME: esound is required until configure.in is patched. DEPEND="virtual/libc @@ -25,6 +25,12 @@ DEPEND="virtual/libc X? ( virtual/x11 ) Xaw3d? ( x11-libs/Xaw3d )" +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/vice_gcc4_patch.gz +} + + src_compile() { # disabled ffmpeg support since ffmpeg isn't slotted and later # versions aren't compatible with the vice code (bug #81795) |