Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 438820 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]
ebuild
file_441876.txt (text/plain), 1.12 KB, created by
cronolio
on 2016-06-26 00:52:56 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
cronolio
Created:
2016-06-26 00:52:56 UTC
Size:
1.12 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 >inherit eutils flag-o-matic games > >DESCRIPTION="A Sega Genesis/CD/32X emulator" >HOMEPAGE="http://sourceforge.net/projects/gens/" >SRC_URI="mirror://sourceforge/gens/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 amd64" >IUSE="" > >RDEPEND="virtual/opengl[abi_x86_32(-)] > >=media-libs/libsdl-1.2[joystick,video,abi_x86_32(-)] > x11-libs/gtk+:2[abi_x86_32(-)] >" >DEPEND="${RDEPEND} > >=dev-lang/nasm-0.98 >" > >src_prepare() { > epatch \ > "${FILESDIR}"/${P}-romsdir.patch \ > "${FILESDIR}"/${P}-as-needed.patch \ > "${FILESDIR}"/${P}-ovflfix.patch \ > "${FILESDIR}"/${P}-gcc34.patch > sed -i -e '1i#define OF(x) x' src/gens/util/file/unzip.h || die > append-ldflags -Wl,-z,noexecstack >} > >src_configure() { > use amd64 && multilib_toolchain_setup x86 > egamesconf \ > --disable-gtktest \ > --disable-sdltest || die >} > >src_install() { > DOCS="AUTHORS BUGS README gens.txt history.txt" \ > default > newicon pixmaps/gens_small.png ${PN}.png > make_desktop_entry "${PN}" "Gens" > prepgamesdirs >}
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