Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 133497
Collapse All | Expand All

(-)/usr/portage/games-fps/avp/avp-20031110.ebuild (-1 / +3 lines)
Lines 6-12 Link Here
6
ECVS_PASS="anonymous"
6
ECVS_PASS="anonymous"
7
ECVS_MODULE="avp"
7
ECVS_MODULE="avp"
8
#inherit eutils cvs games
8
#inherit eutils cvs games
9
inherit eutils games
9
inherit eutils multilib games
10
10
11
DESCRIPTION="Linux port of Aliens vs Predator"
11
DESCRIPTION="Linux port of Aliens vs Predator"
12
HOMEPAGE="http://www.icculus.org/avp/"
12
HOMEPAGE="http://www.icculus.org/avp/"
Lines 39-45 Link Here
39
39
40
	cd "${S}"
40
	cd "${S}"
41
41
42
	sed -i '/alut.h/d' openal.c || die "sed openal.c failed"
42
	sed -i \
43
	sed -i \
44
		-e "s:-lopenal:/usr/$(get_libdir)/libopenal.a:" \
43
		-e "/^CFLAGS =/s:=.*:=${CFLAGS}:" Makefile \
45
		-e "/^CFLAGS =/s:=.*:=${CFLAGS}:" Makefile \
44
		|| die "sed Makefile failed"
46
		|| die "sed Makefile failed"
45
	epatch "${FILESDIR}/${P}-gcc34.patch"
47
	epatch "${FILESDIR}/${P}-gcc34.patch"

Return to bug 133497