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

(-)ode-0.5.ebuild (-1 / +6 lines)
Lines 8-14 Link Here
8
8
9
LICENSE="LGPL-2.1"
9
LICENSE="LGPL-2.1"
10
SLOT="0"
10
SLOT="0"
11
KEYWORDS="~x86 ~ppc"
11
KEYWORDS="~x86 ~ppc ~amd64"
12
IUSE=""
12
IUSE=""
13
13
14
DEPEND="virtual/libc
14
DEPEND="virtual/libc
Lines 22-27 Link Here
22
}
22
}
23
23
24
src_compile() {
24
src_compile() {
25
	if [ "${ARCH}" == "amd64" ]; then
26
		make configure || die "make configure failed"
27
		echo '#undef PENTIUM' >> include/ode/config.h
28
	fi
29
												
25
	emake \
30
	emake \
26
		-j1 \
31
		-j1 \
27
		E_CFLAGS="${CFLAGS}" \
32
		E_CFLAGS="${CFLAGS}" \

Return to bug 52919