From 989fafd61fc2a73ab5bdfa30de09b5844ecfa3ec Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 21 Jun 2004 06:23:45 +0000 Subject: Now builds on amd64 --- astro/celestia/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'astro/celestia') diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile index 2e7597c..f6a8b6c 100644 --- a/astro/celestia/Makefile +++ b/astro/celestia/Makefile @@ -52,8 +52,8 @@ CONFIGURE_ARGS+= --without-lua .include -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" +.if ${ARCH} != "i386" && ${ARCH} != "amd64" +BROKEN= "Does not compile on !i386 and !amd64" .endif pre-patch: -- cgit v1.1