Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 179389 Details for
Bug 251442
net-firewall/itval fails to build with gcc 4.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild to include gcc 4.3 patch
itval-1.0.ebuild (text/plain), 738 bytes, created by
Gene Seto
on 2009-01-22 22:06:38 UTC
(
hide
)
Description:
updated ebuild to include gcc 4.3 patch
Filename:
MIME Type:
Creator:
Gene Seto
Created:
2009-01-22 22:06:38 UTC
Size:
738 bytes
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-firewall/itval/itval-1.0.ebuild,v 1.1 2007/05/23 09:12:37 jokey Exp $ > >inherit eutils flag-o-matic > >DESCRIPTION="Iptables policy testing and validation tool" >HOMEPAGE="http://itval.sourceforge.net" >SRC_URI="mirror://sourceforge/${PN}/ITVal-${PV}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND="sys-devel/bison > sys-devel/flex" > >S=${WORKDIR}/ITVal-${PV} > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}/${P}-gcc43.patch" >} > >src_install(){ > make DESTDIR="${D}" install || die "make install failed" > doman itval.n > dodoc README ChangeLog RELEASE AUTHORS >}
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 251442
:
175694
|
179386
| 179389