From 0bea2ec66936974b56d4e08018f57eedf90d7cf4 Mon Sep 17 00:00:00 2001 From: erwin Date: Sun, 15 Jun 2008 20:47:05 +0000 Subject: Also mark BROKEN on recent versions of 6.x and 7.x after the MFC of memrchr Submitted by: pointyhat --- games/powwow/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/powwow/Makefile b/games/powwow/Makefile index 589d33ff8213..ee785db85076 100644 --- a/games/powwow/Makefile +++ b/games/powwow/Makefile @@ -21,7 +21,7 @@ MAN6= powwow.6 .include -.if ${OSVERSION} >= 800034 +.if ${OSVERSION} >= 800034 || (${OSVERSION} >= 700109 && ${OSVERSION} < 800000) || (${OSVERSION} >= 603103 && ${OSVERSION} < 700000) BROKEN= does not compile .endif -- cgit