Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86299 Details for
Bug 132484
xsvg-0.2.1: fix compilation with -Wl,--as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
xsvg-0.2.1-ebuild.patch
xsvg-0.2.1-ebuild.patch (text/plain), 692 bytes, created by
TGL
on 2006-05-06 12:01:36 UTC
(
hide
)
Description:
xsvg-0.2.1-ebuild.patch
Filename:
MIME Type:
Creator:
TGL
Created:
2006-05-06 12:01:36 UTC
Size:
692 bytes
patch
obsolete
>--- xsvg-0.2.1.ebuild.orig 2006-05-06 20:54:43.000000000 +0200 >+++ xsvg-0.2.1.ebuild 2006-05-06 20:56:00.000000000 +0200 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/media-gfx/xsvg/xsvg-0.2.1.ebuild,v 1.2 2006/02/11 16:10:08 joshuabaergen Exp $ > >+inherit autotools eutils >+ > DESCRIPTION="X11 SVG viewer" > HOMEPAGE="http://xsvg.org/" > SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz" >@@ -15,6 +17,13 @@ > x11-libs/libXcursor ) > virtual/x11 )" > >+src_unpack() { >+ unpack ${A} >+ cd "${S}" >+ epatch "${FILESDIR}"/${P}-as-needed.patch >+ eautoreconf >+} >+ > src_install() { > make install DESTDIR=${D} || die > }
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 132484
:
86298
| 86299