Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 85891 Details for
Bug 131850
app-dicts/verbiste-0.1.14: fix --as-needed compilation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
verbiste-0.1.14-ebuild.patch
verbiste-0.1.14-ebuild.patch (text/plain), 834 bytes, created by
TGL
on 2006-04-30 17:39:22 UTC
(
hide
)
Description:
verbiste-0.1.14-ebuild.patch
Filename:
MIME Type:
Creator:
TGL
Created:
2006-04-30 17:39:22 UTC
Size:
834 bytes
patch
obsolete
>--- verbiste-0.1.14.ebuild.orig 2006-04-30 22:51:33.000000000 +0200 >+++ verbiste-0.1.14.ebuild 2006-04-30 22:58:29.000000000 +0200 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-dicts/verbiste/verbiste-0.1.14.ebuild,v 1.2 2006/02/25 18:22:20 tester Exp $ > >+inherit autotools eutils >+ > DESCRIPTION="French conjugation system" > HOMEPAGE="http://www3.sympatico.ca/sarrazip/dev/verbiste.html" > SRC_URI="http://www3.sympatico.ca/sarrazip/dev/${P}.tar.gz" >@@ -16,9 +18,14 @@ > gnome? ( >=gnome-base/gnome-panel-2.0 > >=gnome-base/libgnomeui-2.0 )" > >-src_compile() { >+src_unpack() { >+ unpack ${A} > cd ${S} >+ epatch "${FILESDIR}/${P}-as-needed.patch" >+ AT_M4DIR="${S}/macros" eautoreconf >+} > >+src_compile() { > econf $(use_with gnome) || die > emake || 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 131850
:
85890
| 85891