From f4a7658ed3e470d43f4163406faca6359e504081 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Tue, 12 Aug 2003 19:43:39 +0000 Subject: [PATCH] mark as broken: gmake loops forever --- games/abuse/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/games/abuse/Makefile b/games/abuse/Makefile index c337921f50a..13e72ca991f 100644 --- a/games/abuse/Makefile +++ b/games/abuse/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2002/12/29 15:10:07 fgsch Exp $ +# $OpenBSD: Makefile,v 1.23 2003/08/12 19:43:39 pvalchev Exp $ COMMENT= "full color 320x200 arcade quality platform shooter" @@ -22,6 +22,10 @@ PERMIT_DISTFILES_FTP= Yes BROKEN= "Does not work on SPARC" .endif +.if ${MACHINE_ARCH} == "vax" +BROKEN= "gmake loops forever" +.endif + USE_X11= Yes USE_GMAKE= Yes SEPARATE_BUILD= concurrent