aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-11-30 17:53:25 +0800
committerpav <pav@FreeBSD.org>2005-11-30 17:53:25 +0800
commit1cd3fe90a1186c916af3edbcaf6068e761b2df03 (patch)
treeb3eeb19d19d961ca39f317730ebad74aaa417cde /graphics
parent775407190539909ad8e33932c9c33f6cb3de3991 (diff)
downloadfreebsd-ports-gnome-1cd3fe90a1186c916af3edbcaf6068e761b2df03.tar.gz
freebsd-ports-gnome-1cd3fe90a1186c916af3edbcaf6068e761b2df03.tar.zst
freebsd-ports-gnome-1cd3fe90a1186c916af3edbcaf6068e761b2df03.zip
- Mark BROKEN on 4.X
Diffstat (limited to 'graphics')
-rw-r--r--graphics/crystalspace-devel/Makefile5
-rw-r--r--graphics/crystalspace/Makefile5
2 files changed, 10 insertions, 0 deletions
diff --git a/graphics/crystalspace-devel/Makefile b/graphics/crystalspace-devel/Makefile
index 81ec0926cfd0..435165270870 100644
--- a/graphics/crystalspace-devel/Makefile
+++ b/graphics/crystalspace-devel/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
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