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

Collapse All | Expand All

(-)byaccj-1.15.ebuild (-1 / +3 lines)
Lines 2-7 Link Here
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/byaccj/byaccj-1.15.ebuild,v 1.6 2011/12/04 16:49:51 hwoarang Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-java/byaccj/byaccj-1.15.ebuild,v 1.6 2011/12/04 16:49:51 hwoarang Exp $
4
4
5
inherit toolchain-funcs
6
5
EAPI="3"
7
EAPI="3"
6
DESCRIPTION="A java extension of BSD YACC-compatible parser generator"
8
DESCRIPTION="A java extension of BSD YACC-compatible parser generator"
7
HOMEPAGE="http://byaccj.sourceforge.net/"
9
HOMEPAGE="http://byaccj.sourceforge.net/"
Lines 18-24 Link Here
18
20
19
src_compile() {
21
src_compile() {
20
	cp "${FILESDIR}/Makefile" src/Makefile || die
22
	cp "${FILESDIR}/Makefile" src/Makefile || die
21
	emake -C src linux || die "Failed too build"
23
	emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}" -C src linux || die "Failed too build"
22
}
24
}
23
25
24
src_install() {
26
src_install() {

Return to bug 366459