Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 207230 Details for
Bug 248013
net-irc/bobotpp: 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
bobotpp-2.2.2.diff (text/plain), 849 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2009-10-15 18:40:14 UTC
(
hide
)
Description:
adding patch to ebuild and running autotools
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2009-10-15 18:40:14 UTC
Size:
849 bytes
patch
obsolete
>--- bobotpp-2.2.2.ebuild.orig 2009-10-15 20:37:51.437286928 +0200 >+++ bobotpp-2.2.2.ebuild 2009-10-15 20:36:53.496283511 +0200 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/net-irc/bobotpp/bobotpp-2.2.2.ebuild,v 1.5 2008/04/18 16:37:46 cla Exp $ > >-inherit eutils >+inherit eutils autotools > > DESCRIPTION="A flexible IRC bot scriptable in scheme" > HOMEPAGE="http://unknownlamer.org/code/bobot.html" >@@ -12,13 +12,16 @@ > KEYWORDS="ppc x86 ~amd64" > IUSE="guile" > >-DEPEND="guile? ( dev-scheme/guile )" >+DEPEND="guile? ( dev-scheme/guile ) >+ sys-devel/automake:1.7" > > src_unpack() { > unpack ${A} > cd "${S}" > >- epatch "${FILESDIR}/bobotpp-2.2.2-gcc43.patch" >+ epatch "${FILESDIR}/$P-gcc43.patch" >+ epatch "${FILESDIR}/$P-as-needed.patch" >+ eautoreconf > } > > src_compile() {
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 248013
:
172728
| 207230 |
207233
|
207272