Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 215028 Details for
Bug 299464
media-gfx/gliv: 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 patch to ebuild and running autotools
gliv-1.9.6.diff (text/plain), 730 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-01-03 15:26:30 UTC
(
hide
)
Description:
adding patch to ebuild and running autotools
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-01-03 15:26:30 UTC
Size:
730 bytes
patch
obsolete
>--- gliv-1.9.6.ebuild.orig 2010-01-03 16:22:27.252161664 +0100 >+++ gliv-1.9.6.ebuild 2010-01-03 16:22:40.765552931 +0100 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/media-gfx/gliv/gliv-1.9.6.ebuild,v 1.7 2009/11/25 22:18:55 maekke Exp $ > >+inherit eutils autotools >+ > DESCRIPTION="An image viewer that uses OpenGL" > HOMEPAGE="http://guichaz.free.fr/gliv/" > SRC_URI="http://guichaz.free.fr/gliv/files/${P}.tar.bz2" >@@ -19,6 +21,14 @@ > dev-util/pkgconfig > >=sys-devel/bison-1.875" > >+src_unpack() { >+ unpack ${A} >+ cd "${S}" >+ >+ epatch "${FILESDIR}/${P}-as-needed.patch" >+ eautoreconf >+} >+ > src_compile() { > 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 299464
:
215013
| 215028 |
215029