aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-10-29 06:00:13 +0800
committerlinimon <linimon@FreeBSD.org>2003-10-29 06:00:13 +0800
commit6b50d4f5bca698a5a640cce48994d6fb3d0a562b (patch)
tree89eb94fc2b6c177c7c0e938a63f65b2aa5929985
parent19c73b4bd7c4c6d7ec15e619d1999eefcfdec283 (diff)
downloadfreebsd-ports-gnome-6b50d4f5bca698a5a640cce48994d6fb3d0a562b.tar.gz
freebsd-ports-gnome-6b50d4f5bca698a5a640cce48994d6fb3d0a562b.tar.zst
freebsd-ports-gnome-6b50d4f5bca698a5a640cce48994d6fb3d0a562b.zip
Mark as broken for recent versions of gcc. Note: the latest distfile
is from 1999.
-rw-r--r--graphics/qslim/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/qslim/Makefile b/graphics/qslim/Makefile
index 1c84f4c6b515..d86774640eca 100644
--- a/graphics/qslim/Makefile
+++ b/graphics/qslim/Makefile
@@ -39,6 +39,10 @@ LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}
CFLAGS+= -DMIX_ANSI_IOSTREAMS -fpermissive
.endif
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
post-extract:
@${RM} -f ${WRKSRC}/mixkit/src/getopt.h