Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 204821 Details for
Bug 246719
app-accessibility/sphinx2-0.6: 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 new patch to ebuild
sphinx2-0.6.diff (text/plain), 750 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2009-09-21 14:17:22 UTC
(
hide
)
Description:
adding new patch to ebuild
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2009-09-21 14:17:22 UTC
Size:
750 bytes
patch
obsolete
>--- sphinx2-0.6.ebuild.orig 2009-09-21 16:15:56.000000000 +0200 >+++ sphinx2-0.6.ebuild 2009-09-21 16:15:34.000000000 +0200 >@@ -5,6 +5,8 @@ > MY_P=${P/_/} > S=${WORKDIR}/${MY_P} > >+inherit eutils >+ > DESCRIPTION="CMU Speech Recognition-engine" > HOMEPAGE="http://fife.speech.cs.cmu.edu/sphinx/" > SRC_URI="mirror://sourceforge/cmusphinx/${P}.tar.gz" >@@ -14,6 +16,13 @@ > KEYWORDS="amd64 ppc x86" > IUSE="" > >+src_unpack() { >+ unpack ${A} >+ cd "${S}" >+ # Not using autotools thus patching Makefile.in >+ epatch "${FILESDIR}"/${P}-as-needed.patch >+} >+ > src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > dodoc AUTHORS ChangeLog NEWS README doc/README.bin doc/README.lib doc/SCHMM_format doc/filler.dict doc/phoneset doc/phoneset-old
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 246719
:
171711
| 204821 |
204823