mark as broken: gmake loops forever
This commit is contained in:
parent
9c17ea2805
commit
f4a7658ed3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user