diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-09 18:20:37 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-09 18:20:37 +0800 |
commit | c92fdf8e8d1c3c9a087ab69f62f63c35870cc881 (patch) | |
tree | ae839a82e3e87de0a664d9c447dfcb12aad0fd16 /games/rtb | |
parent | 592846cb9be651d5dce49b99e039a92ec5e5b3d4 (diff) | |
download | freebsd-ports-gnome-c92fdf8e8d1c3c9a087ab69f62f63c35870cc881.tar.gz freebsd-ports-gnome-c92fdf8e8d1c3c9a087ab69f62f63c35870cc881.tar.zst freebsd-ports-gnome-c92fdf8e8d1c3c9a087ab69f62f63c35870cc881.zip |
BROKEN: Does not compile on 4.x
Diffstat (limited to 'games/rtb')
-rw-r--r-- | games/rtb/Makefile | 6 |
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 |