Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 243987 Details for
Bug 333527
app-misc/ithought does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Diff from ithought-0.0.5-r1
ithought.diff (text/plain), 740 bytes, created by
Dane Smith (RETIRED)
on 2010-08-22 03:41:22 UTC
(
hide
)
Description:
Diff from ithought-0.0.5-r1
Filename:
MIME Type:
Creator:
Dane Smith (RETIRED)
Created:
2010-08-22 03:41:22 UTC
Size:
740 bytes
patch
obsolete
>--- /usr/portage/app-misc/ithought/ithought-0.0.5-r1.ebuild 2010-01-01 13:36:19.000000000 -0500 >+++ ithought-0.0.5-r2.ebuild 2010-08-21 23:34:56.000000000 -0400 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-misc/ithought/ithought-0.0.5-r1.ebuild,v 1.21 2010/01/01 18:23:49 ssuominen Exp $ > >+EAPI=2 >+ > MY_P=${P/0.0./a} > > DESCRIPTION="An internet-aware personal thought manager" >@@ -18,7 +20,11 @@ > > S=${WORKDIR}/${MY_P} > >+src_prepare() { >+ sed -i "/CC\|LD/{s/-shared/-shared \$LDFLAGS/}" ltconfig || die >+} >+ > src_install() { > make DESTDIR="${D}" install || die >- dodoc AUTHORS ChangeLog NEWS README TODO >+ dodoc AUTHORS ChangeLog NEWS README TODO || 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 Raw
Actions:
View
Attachments on
bug 333527
:
243635
| 243987