diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-29 06:00:13 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-29 06:00:13 +0800 |
commit | 6b50d4f5bca698a5a640cce48994d6fb3d0a562b (patch) | |
tree | 89eb94fc2b6c177c7c0e938a63f65b2aa5929985 | |
parent | 19c73b4bd7c4c6d7ec15e619d1999eefcfdec283 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |