Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 90220 Details for
Bug 112798
amd64 support for games-emulation/mamory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild without unnecessary DEPENDS
mamory-0.2.20.ebuild (text/plain), 956 bytes, created by
Michael Weyershäuser
on 2006-06-26 16:21:32 UTC
(
hide
)
Description:
New ebuild without unnecessary DEPENDS
Filename:
MIME Type:
Creator:
Michael Weyershäuser
Created:
2006-06-26 16:21:32 UTC
Size:
956 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games autotools > >DESCRIPTION="rom management tools and library" >HOMEPAGE="http://mamory.sourceforge.net/" >SRC_URI="mirror://sourceforge/mamory/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="ppc x86 amd64" >IUSE="" > >DEPEND="" >RDEPEND="" > >src_unpack() { > unpack ${A} > > cd ${S} > > # Remove hardcoded CFLAGS options > sed -i configure.in \ > -e '/AC_ARG_ENABLE(debug,/ {N;N;N;d}' > > # Make it possible for eautoreconf to fix fPIC etc. > sed -i common/Makefile.am \ > -e '/libcommon_la_LDFLAGS= -static/d' > > AT_M4DIR="config" eautoreconf || die >} > >src_compile() { > egamesconf \ > --disable-dependency-tracking \ > --includedir=/usr/include || die > emake || die "emake failed" >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed" > dodoc AUTHORS ChangeLog README TODO > dohtml DOCS/mamory.html > 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 112798
:
73072
| 90220