Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 328454 Details for
Bug 441876
games-emulation/gens patch for amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gens amd64 and menu entry patch
gens64.patch (text/plain), 1.27 KB, created by
haarp
on 2012-11-05 13:48:46 UTC
(
hide
)
Description:
gens amd64 and menu entry patch
Filename:
MIME Type:
Creator:
haarp
Created:
2012-11-05 13:48:46 UTC
Size:
1.27 KB
patch
obsolete
>--- /usr/portage/games-emulation/gens/gens-2.15.5.ebuild 2011-09-21 23:17:48.000000000 +0200 >+++ /usr/local/portage/games-emulation/gens/gens-2.15.5-r1.ebuild 2012-11-05 14:37:16.893171314 +0100 >@@ -1,6 +1,6 @@ > # Copyright 1999-2011 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gens/gens-2.15.5.ebuild,v 1.7 2011/09/21 21:17:48 mr_bones_ Exp $ >+# $Header: > > EAPI=2 > inherit eutils flag-o-matic games >@@ -11,12 +11,14 @@ > > LICENSE="GPL-2" > SLOT="0" >-KEYWORDS="x86" >+KEYWORDS="x86 ~amd64" > IUSE="" > > RDEPEND="virtual/opengl > >=media-libs/libsdl-1.2[joystick,video] >- x11-libs/gtk+:2" >+ x11-libs/gtk+:2 >+ amd64? ( app-emulation/emul-linux-x86-sdl >+ app-emulation/emul-linux-x86-gtklibs )" > DEPEND="${RDEPEND} > >=dev-lang/nasm-0.98" > >@@ -28,8 +30,16 @@ > append-ldflags -Wl,-z,noexecstack > } > >+src_configure() { >+ use amd64 && multilib_toolchain_setup x86 >+ egamesconf \ >+ $(use_enable x86 gtktest) \ >+ $(use_enable x86 sdltest) || die >+} >+ > src_install() { > emake DESTDIR="${D}" install || die "emake install failed" >- dodoc AUTHORS BUGS README >+ dodoc AUTHORS BUGS README gens.txt history.txt > prepgamesdirs >+ make_desktop_entry "${PN}" "Gens" "/usr/share/games/gens/gens_small.png" "Game;" > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 441876
: 328454 |
438820
|
438822
|
445426