diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-09-12 08:04:51 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-09-12 08:04:51 +0000 |
commit | 394760cd9e80de9bf7974d4e7a8d312650ac9591 (patch) | |
tree | 56d53e46337218f64b0571fdff801db0e1f24b4e /games/alephone | |
parent | 5903171f6d21eb494b91e5349958dd72f05264e3 (diff) | |
download | ports-394760cd9e80de9bf7974d4e7a8d312650ac9591.tar.gz ports-394760cd9e80de9bf7974d4e7a8d312650ac9591.zip |
Notes
Diffstat (limited to 'games/alephone')
-rw-r--r-- | games/alephone/Makefile | 4 |
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 |