Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 230359 Details for
Bug 318139
games-sports/trophy: fails with forced --as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
adding epatch and autotools
trophy-1.1.5.diff (text/plain), 702 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-05-04 21:27:30 UTC
(
hide
)
Description:
adding epatch and autotools
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-05-04 21:27:30 UTC
Size:
702 bytes
patch
obsolete
>--- trophy-1.1.5.ebuild.orig 2010-05-04 23:21:07.264001586 +0200 >+++ trophy-1.1.5.ebuild 2010-05-04 17:43:36.988424112 +0200 >@@ -3,7 +3,7 @@ > # $Header: /var/cvsroot/gentoo-x86/games-sports/trophy/trophy-1.1.5.ebuild,v 1.3 2009/01/05 01:26:13 mr_bones_ Exp $ > > EAPI=2 >-inherit games >+inherit autotools games > > DESCRIPTION="2D Racing Game" > HOMEPAGE="http://trophy.sourceforge.net/" >@@ -18,7 +18,11 @@ > DEPEND="${RDEPEND} > dev-util/pkgconfig" > >-PATCHES=( "${FILESDIR}"/${P}-display-segv.patch ) >+src_prepare() { >+ epatch "${FILESDIR}"/${P}-display-segv.patch >+ epatch "${FILESDIR}"/${P}-asneeded.patch >+ eautoreconf >+} > > src_install() { > emake DESTDIR="${D}" install || die "emake install failed"
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 318139
:
230019
| 230359 |
230361