Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 207361 | Differences between
and this patch

Collapse All | Expand All

(-)antlr-2.7.7.ebuild (-1 / +7 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-java/antlr/antlr-2.7.7.ebuild,v 1.10 2008/03/08 13:31:43 betelgeuse Exp $
3
# $Header: $
4
4
5
EAPI=1
5
EAPI=1
6
6
Lines 23-28 Link Here
23
	script? ( !dev-util/pccts )
23
	script? ( !dev-util/pccts )
24
	source? ( app-arch/zip )"
24
	source? ( app-arch/zip )"
25
25
26
src_unpack() {
27
	unpack "${A}"
28
	cd "${S}"
29
	epatch "${FILESDIR}/${P}-gcc4.3.patch"
30
}
31
26
src_compile() {
32
src_compile() {
27
	# don't ask why, but this is needed for stuff to get built properly
33
	# don't ask why, but this is needed for stuff to get built properly
28
	# across the various JDKs
34
	# across the various JDKs

Return to bug 207361