--- ode-0.5.ebuild 2004-08-01 11:56:12.807489296 +1000 +++ ode-0.5-r1.ebuild 2004-08-01 12:40:50.644396208 +1000 @@ -8,7 +8,7 @@ LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="" DEPEND="virtual/libc @@ -22,6 +22,11 @@ } src_compile() { + if [ "${ARCH}" == "amd64" ]; then + make configure || die "make configure failed" + echo '#undef PENTIUM' >> include/ode/config.h + fi + emake \ -j1 \ E_CFLAGS="${CFLAGS}" \