Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84950 Details for
Bug 130462
app-doc/doc++ doesn't compile with current flex (patch included)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the updated ebuild 3.4.10-r1 with the patch
doc++-3.4.10-r1.ebuild (text/plain), 703 bytes, created by
Rüpel
on 2006-04-19 04:53:01 UTC
(
hide
)
Description:
the updated ebuild 3.4.10-r1 with the patch
Filename:
MIME Type:
Creator:
Rüpel
Created:
2006-04-19 04:53:01 UTC
Size:
703 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-doc/doc++/doc++-3.4.10.ebuild,v 1.12 2005/06/07 19:19:24 weeve Exp $ > >inherit eutils > >DESCRIPTION="Documentation system for C, C++, IDL and Java" >HOMEPAGE="http://docpp.sourceforge.net/" >SRC_URI="mirror://sourceforge/docpp/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" >IUSE="" > >RDEPEND="virtual/libc" > >src_unpack() { > unpack ${A} > epatch ${FILESDIR}/${P}-flex.patch >} > >src_compile() { > econf || die > emake all || die >} > >src_install() { > make install DESTDIR="${D}" || die > dodoc CREDITS INSTALL NEWS PLATFORMS REPORTING-BUGS >}
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 130462
: 84950 |
84951