Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 55615 Details for
Bug 88302
app-text/bow-20020213 gcc-3.4 fix and file collision
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bow-20020213.ebuild.diff
bow-20020213.ebuild.diff (text/plain), 850 bytes, created by
Marcelo Goes (RETIRED)
on 2005-04-07 16:21:22 UTC
(
hide
)
Description:
bow-20020213.ebuild.diff
Filename:
MIME Type:
Creator:
Marcelo Goes (RETIRED)
Created:
2005-04-07 16:21:22 UTC
Size:
850 bytes
patch
obsolete
>--- bow-20020213.ebuild.orig 2005-04-07 20:03:38.000000000 -0300 >+++ bow-20020213.ebuild 2005-04-07 20:18:30.000000000 -0300 >@@ -2,6 +2,8 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/app-text/bow/bow-20020213.ebuild,v 1.6 2005/01/01 16:04:18 eradicator Exp $ > >+inherit eutils >+ > DESCRIPTION="Bag of words library - Statistical language modeling, text retrieval, Classification and clustering" > HOMEPAGE="http://www-2.cs.cmu.edu/~mccallum/bow/" > SRC_URI="http://www-2.cs.cmu.edu/~mccallum/bow/src/${P}.tar.gz" >@@ -13,10 +15,16 @@ > > DEPEND="virtual/libc" > >+src_unpack() { >+ unpack ${A} >+ epatch ${FILESDIR}/${P}-gcc4.diff >+} >+ > src_compile() { > econf --prefix=${D}/usr --datadir=${D}/usr/share || die > } > > src_install() { > make prefix=${D}/usr install >+ rm ${D}/usr/include/argp.h > }
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 88302
:
55614
| 55615