summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-12-09 10:20:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-12-09 10:20:37 +0000
commitc92fdf8e8d1c3c9a087ab69f62f63c35870cc881 (patch)
treeae839a82e3e87de0a664d9c447dfcb12aad0fd16 /games
parentChase OpenLDAP 2.2 (diff)
BROKEN: Does not compile on 4.x
Notes
Notes: svn path=/head/; revision=123550
Diffstat (limited to 'games')
-rw-r--r--games/rtb/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/rtb/Makefile b/games/rtb/Makefile
index 0bdf99887adc..84d1f0f8ba5c 100644
--- a/games/rtb/Makefile
+++ b/games/rtb/Makefile
@@ -30,6 +30,12 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
CPPFLAGS= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT
LDFLAGS= -L${LOCALBASE}/lib
+.include<bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on 4.x"
+.endif
+
post-extract:
@${REINPLACE_CMD} -e 's/min/Min/; s/max/Max/' ${WRKSRC}/include/Various.h
@${REINPLACE_CMD} -E -e 's/\(int\*\)/int\*/' ${WRKSRC}/src/ArenaRealTime.cc