Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 89615 Details for
Bug 135504
fbpager-0.1.4 does not compile (probably related to GCC 4.1.1)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch for the source code patch
fbpager-0.1.4.ebuild.patch (text/plain), 758 bytes, created by
Justin Findlay
on 2006-06-20 02:54:19 UTC
(
hide
)
Description:
ebuild patch for the source code patch
Filename:
MIME Type:
Creator:
Justin Findlay
Created:
2006-06-20 02:54:19 UTC
Size:
758 bytes
patch
obsolete
>--- fbpager-0.1.4.ebuild.original 2006-06-20 03:41:38.000000000 -0600 >+++ fbpager-0.1.4.ebuild 2006-06-20 03:49:04.000000000 -0600 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpager/fbpager-0.1.4.ebuild,v 1.8 2006/01/30 19:46:28 robbat2 Exp $ > >+inherit eutils >+ > DESCRIPTION="A Pager for fluxbox" > HOMEPAGE="http://fluxbox.sourceforge.net/fbpager" > SRC_URI="http://fluxbox.org/download/${P}.tar.gz" >@@ -13,6 +15,12 @@ > RDEPEND="|| ( ( x11-libs/libXrender x11-libs/libSM ) virtual/x11 )" > DEPEND="${RDEPEND}" > >+src_unpack() { >+ unpack ${A} >+ cd ${S} >+ epatch "${FILESDIR}/${P}-gcc41.patch" >+} >+ > src_install() { > einstall || die > dodoc AUTHORS COPYING NEWS README TODO
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 135504
:
88360
| 89615