diff options
-rw-r--r-- | textproc/iiimf-server/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/iiimf-server/Makefile b/textproc/iiimf-server/Makefile index 707ba8d4817c..2a74379454e5 100644 --- a/textproc/iiimf-server/Makefile +++ b/textproc/iiimf-server/Makefile @@ -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 |