diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-30 09:53:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-30 09:53:25 +0000 |
commit | f28c647edfdab30dc6453a49dfaeed835efc9f6d (patch) | |
tree | e048e606675270b062575e80986b7d6e2d6763e9 /graphics/crystalspace | |
parent | 341a7d89038625e3b80e1c80694f91b0b2169fba (diff) |
- Mark BROKEN on 4.X
Notes
Notes:
svn path=/head/; revision=150013
Diffstat (limited to 'graphics/crystalspace')
-rw-r--r-- | graphics/crystalspace/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile index 81ec0926cfd0..435165270870 100644 --- a/graphics/crystalspace/Makefile +++ b/graphics/crystalspace/Makefile @@ -25,6 +25,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes +USE_GCC= 3.4+ USE_GL= yes USE_REINPLACE= yes LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} @@ -53,6 +54,10 @@ OPTIONS= DEBUG "Build with debugging information" on \ .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile" +.endif + .if !defined(WITHOUT_DEBUG) CONFIGURE_ARGS+= --enable-debug=yes .else |