aboutsummaryrefslogtreecommitdiff
path: root/graphics/crystalspace
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-30 09:53:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-30 09:53:25 +0000
commitf28c647edfdab30dc6453a49dfaeed835efc9f6d (patch)
treee048e606675270b062575e80986b7d6e2d6763e9 /graphics/crystalspace
parent341a7d89038625e3b80e1c80694f91b0b2169fba (diff)
downloadports-f28c647edfdab30dc6453a49dfaeed835efc9f6d.tar.gz
ports-f28c647edfdab30dc6453a49dfaeed835efc9f6d.zip
Notes
Diffstat (limited to 'graphics/crystalspace')
-rw-r--r--graphics/crystalspace/Makefile5
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