Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 174184 Details for
Bug 248576
x11-misc/nitrogen: 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]
nitrogen-1.4.ebuild.patch
nitrogen-1.4.ebuild.patch (text/plain), 825 bytes, created by
Christian Ruppert (idl0r)
on 2008-12-03 19:26:06 UTC
(
hide
)
Description:
nitrogen-1.4.ebuild.patch
Filename:
MIME Type:
Creator:
Christian Ruppert (idl0r)
Created:
2008-12-03 19:26:06 UTC
Size:
825 bytes
patch
obsolete
>--- nitrogen-1.4.ebuild.old 2008-12-03 20:23:01.000000000 +0100 >+++ nitrogen-1.4.ebuild 2008-12-03 20:24:53.000000000 +0100 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/x11-misc/nitrogen/nitrogen-1.4.ebuild,v 1.1 2008/08/11 13:13:18 omp Exp $ > >+inherit eutils autotools >+ > DESCRIPTION="GTK+ background browser and setter for X." > HOMEPAGE="http://projects.l3ib.org/nitrogen/" > SRC_URI="http://projects.l3ib.org/${PN}/files/${P}.tar.gz" >@@ -18,6 +20,14 @@ DEPEND="${RDEPEND} > dev-util/pkgconfig > xinerama? ( x11-proto/xineramaproto )" > >+src_unpack() { >+ unpack ${A} >+ cd "${S}" >+ >+ epatch "${FILESDIR}"/Makefile-as-needed.patch >+ eautoreconf >+} >+ > src_compile() { > econf $(use_enable xinerama) || die "econf failed" > emake || die "emake 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 248576
:
173167
|
174182
| 174184