From cbaae97a7a3a667aadba7e201aff7f5897822675 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 21 May 2005 17:51:11 +0000 Subject: BROKEN on 5.x: Does not compile --- games/xrally/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games/xrally/Makefile') diff --git a/games/xrally/Makefile b/games/xrally/Makefile index cee927665b0a..e9f15e1f8597 100644 --- a/games/xrally/Makefile +++ b/games/xrally/Makefile @@ -28,4 +28,10 @@ MAKE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ CFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" \ INCLUDES="-I${X11BASE}/include" -.include +.include + +.if ${OSVERSION} >= 504000 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + +.include -- cgit