aboutsummaryrefslogtreecommitdiff
path: root/games/alephone
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-09-12 08:04:51 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-09-12 08:04:51 +0000
commit394760cd9e80de9bf7974d4e7a8d312650ac9591 (patch)
tree56d53e46337218f64b0571fdff801db0e1f24b4e /games/alephone
parent5903171f6d21eb494b91e5349958dd72f05264e3 (diff)
downloadports-394760cd9e80de9bf7974d4e7a8d312650ac9591.tar.gz
ports-394760cd9e80de9bf7974d4e7a8d312650ac9591.zip
Notes
Diffstat (limited to 'games/alephone')
-rw-r--r--games/alephone/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/alephone/Makefile b/games/alephone/Makefile
index 93dee5da8e51..793a9c4e1554 100644
--- a/games/alephone/Makefile
+++ b/games/alephone/Makefile
@@ -36,6 +36,10 @@ LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib
CXXFLAGS+= -ftemplate-depth-30
.endif
+.if ${OSVERSION} < 500000
+BROKEN= does not compile
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|<SDL/SDL|<SDL|g' \
${WRKSRC}/Source_Files/Misc/thread_priority_sdl_posix.cpp