From 55fe37c8025cd197efa6b0de38c60592f1a4fddd Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 21 Dec 2003 23:53:55 +0000 Subject: Per bento logs, mark as broken on 5.x due to stricter handling of multiline string constants in gcc3.3. Informed maintainer. --- games/taxipilot/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/games/taxipilot/Makefile b/games/taxipilot/Makefile index e03b212..91ef8e0 100644 --- a/games/taxipilot/Makefile +++ b/games/taxipilot/Makefile @@ -21,4 +21,10 @@ CONFIGURE_TARGET= CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -.include +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + +.include -- cgit v1.1