From de622e506e5dc38ba11eaf0a42f8f391455daca8 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 27 Mar 2005 01:47:02 +0000 Subject: BROKEN on sparc64: Does not compile Approved by: portmgr (self) --- devel/root/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/root') diff --git a/devel/root/Makefile b/devel/root/Makefile index 3479f49a4d52..57ae8bba3779 100644 --- a/devel/root/Makefile +++ b/devel/root/Makefile @@ -151,7 +151,7 @@ CONFIGURE_ARGS+= --disable-srp BROKEN= Does not compile .endif -.if ${ARCH} == "amd64" +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile .endif -- cgit v1.2.3