diff options
-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 |