diff options
-rw-r--r-- | games/kbilliards/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/kbilliards/Makefile b/games/kbilliards/Makefile index b630df094f1a..5f64f2a3e9cd 100644 --- a/games/kbilliards/Makefile +++ b/games/kbilliards/Makefile @@ -32,6 +32,10 @@ CFLAGS+= -Dsqrtl=sqrt CFLAGS+= -Dround=rint .endif +.if ${OSVERSION} >= 800024 +BROKEN= does not compile +.endif + pre-configure: @cd ${WRKSRC} && ${PERL} admin/am_edit |