Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 225727 Details for
Bug 311989
app-i18n/tomoe-0.6.0: doesn't respect LDFLAGS and installs static libraries
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
updating ebuild
tomoe-0.6.0.diff (text/plain), 1.15 KB, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-03-29 20:35:21 UTC
(
hide
)
Description:
updating ebuild
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-03-29 20:35:21 UTC
Size:
1.15 KB
patch
obsolete
>--- tomoe-0.6.0.ebuild >+++ tomoe-0.6.0.ebuild >@@ -2,6 +2,10 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-i18n/tomoe/tomoe-0.6.0.ebuild,v 1.3 2008/09/23 16:35:42 matsuu Exp $ > >+EAPI=2 >+ >+inherit autotools base eutils >+ > DESCRIPTION="Japanese handwriting recognition engine" > HOMEPAGE="http://tomoe.sourceforge.jp/" > SRC_URI="mirror://sourceforge/tomoe/${P}.tar.gz" >@@ -9,7 +13,7 @@ > LICENSE="LGPL-2.1" > SLOT="0" > KEYWORDS="~amd64 x86" >-IUSE="doc hyperestraier mysql ruby subversion" >+IUSE="doc hyperestraier mysql ruby static-libs subversion" > > RDEPEND=">=dev-libs/glib-2.4 > ruby? ( dev-ruby/ruby-glib2 ) >@@ -28,16 +32,17 @@ > > RESTRICT="test" > >-src_compile() { >+DOCS=( "AUTHORS" "ChangeLog" "NEWS" "TODO" ) >+ >+src_prepare() { >+ epatch "${FILESDIR}"/${P}-ldflags.patch >+ eautoreconf >+} >+ >+src_configure() { > econf \ > $(use_with ruby) \ >- $(use_enable doc gtk-doc) || die >+ $(use_enable doc gtk-doc) \ >+ $(use_enable static-libs static) > # $(use_with python) \ >- emake || die >-} >- >-src_install() { >- emake DESTDIR="${D}" install || die "make install failed" >- >- dodoc AUTHORS ChangeLog NEWS 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 311989
: 225727 |
225729