From 9ddb483a6b6489b3ded367eca8ea0ee280a2dbba Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 28 Oct 2003 22:00:13 +0000 Subject: Mark as broken for recent versions of gcc. Note: the latest distfile is from 1999. --- graphics/qslim/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'graphics/qslim') 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 -- cgit v1.2.3