- Mark BROKEN on HEAD

This commit is contained in:
Pav Lucistnik 2007-07-02 22:02:27 +00:00
parent ddb3a0f6a2
commit 7ff5fa0a8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194729

View file

@ -37,6 +37,10 @@ BUILDDIR= ${WRKSRC}/iiimsf
IGNORE= is supported on FreeBSD 5.3 and later only
.endif
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.if defined(WITH_DEBUG)
CFLAGS+= -g -ggdb -DDEBUG
.endif