aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-30 09:49:40 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-30 09:49:40 +0000
commitded7bc46070b260df25d9e63df6b53a0af26e97a (patch)
treee01aaf9763651e4cd6c3e4438ef348dbed8f39d2 /textproc
parentdb2f4bc1cf284c43a58cb0bf5ab9403d16737b9d (diff)
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/isearch/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile
index e303881875f5..a7f3503a3e18 100644
--- a/textproc/isearch/Makefile
+++ b/textproc/isearch/Makefile
@@ -23,4 +23,10 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/html/*.html ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>