diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-28 22:00:13 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-28 22:00:13 +0000 |
commit | 9ddb483a6b6489b3ded367eca8ea0ee280a2dbba (patch) | |
tree | d27abe766193208ab2b377f55c430f4ed2a6fb31 /graphics/qslim | |
parent | 042a25b326fa15c8e3704211ef442e7911ef1fe6 (diff) |
Notes
Diffstat (limited to 'graphics/qslim')
-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 |