Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 213688 Details for
Bug 297638
dev-util/bugle: fails tests 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 to ebuild
bugle-0.0.20090801.diff (text/plain), 536 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2009-12-21 16:50:46 UTC
(
hide
)
Description:
adding epatch and autotools to ebuild
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2009-12-21 16:50:46 UTC
Size:
536 bytes
patch
obsolete
>--- bugle-0.0.20090801.ebuild.orig 2009-12-21 17:50:04.839894719 +0100 >+++ bugle-0.0.20090801.ebuild 2009-12-21 17:43:55.413951224 +0100 >@@ -4,7 +4,7 @@ > > EAPI="2" > >-inherit toolchain-funcs >+inherit eutils toolchain-funcs autotools > > DESCRIPTION="A tool for OpenGL debugging" > HOMEPAGE="http://www.opengl.org/sdk/tools/BuGLe/" >@@ -23,6 +23,11 @@ > sys-libs/ncurses" > RDEPEND="${DEPEND}" > >+src_prepare() { >+ epatch "${FILESDIR}/${P}-as-needed.patch" >+ eautoreconf >+} >+ > src_configure() { > econf \ > --disable-dependency-tracking \
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 297638
:
213561
| 213688 |
213691
|
213693