aboutsummaryrefslogtreecommitdiff
path: root/textproc/iiimf-server
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-02 22:02:27 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-02 22:02:27 +0000
commit7ff5fa0a8c265bda29c643ac29ef5cfd7a7c836e (patch)
treeeaf3693f8d69920b44e0748baa718d0fc3409c72 /textproc/iiimf-server
parentddb3a0f6a2fea803f58f6942884ad7a9c9a2a795 (diff)
downloadports-7ff5fa0a8c265bda29c643ac29ef5cfd7a7c836e.tar.gz
ports-7ff5fa0a8c265bda29c643ac29ef5cfd7a7c836e.zip
Notes
Diffstat (limited to 'textproc/iiimf-server')
-rw-r--r--textproc/iiimf-server/Makefile4
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