diff options
author | pav <pav@FreeBSD.org> | 2006-09-12 16:04:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-09-12 16:04:51 +0800 |
commit | 56b5daaa1324cd6a4f775e04cfb9e94173c54c59 (patch) | |
tree | 992fffbb6b427b8b7e2c3499ee21e82e2a6ec3f2 /games | |
parent | af777f66530e44b5d30e116eb215e785ead8aec1 (diff) | |
download | freebsd-ports-gnome-56b5daaa1324cd6a4f775e04cfb9e94173c54c59.tar.gz freebsd-ports-gnome-56b5daaa1324cd6a4f775e04cfb9e94173c54c59.tar.zst freebsd-ports-gnome-56b5daaa1324cd6a4f775e04cfb9e94173c54c59.zip |
- Mark BROKEN on 4.X: does not compile
Reported by: krismail
Diffstat (limited to 'games')
-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 |