From 74a4e8d0903b52e2194ca682dfb43a481cce3d78 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 6 Dec 2013 14:13:14 +0000 Subject: Mark as broken common/math.S: Assembler messages: common/math.S:110: Error: suffix or operands invalid for `push' common/math.S:405: Error: suffix or operands invalid for `pop' gmake: *** [build/nqsw/math.o] Error 1 *** [do-build] Error code 1 --- games/tyrquake/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/tyrquake/Makefile b/games/tyrquake/Makefile index ca356fc642b4..9e7ac2fc4649 100644 --- a/games/tyrquake/Makefile +++ b/games/tyrquake/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://disenchant.net/files/engine/ MAINTAINER= rsmith@xs4all.nl COMMENT= Very conservative branch of the Quake source code +BROKEN= Fails to build + USE_XORG= x11 xxf86vm xdamage xfixes xau xext xdmcp USE_GL= yes USE_GMAKE= yes -- cgit