summaryrefslogtreecommitdiff
path: root/editors/zed
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 05:36:42 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 05:36:42 +0000
commit3b13ed569d85c125a52e8268632203e7e8051e5a (patch)
treee41a444ff55b32af776869a13d1aed9fb409962e /editors/zed
parentMark as broken with gcc4.2. While here, remove antique compatibilty cruft. (diff)
Mark as broken with gcc4.2.
Notes
Notes: svn path=/head/; revision=200598
Diffstat (limited to 'editors/zed')
-rw-r--r--editors/zed/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/zed/Makefile b/editors/zed/Makefile
index dbdaccb01021..59fa12b453bc 100644
--- a/editors/zed/Makefile
+++ b/editors/zed/Makefile
@@ -24,4 +24,10 @@ do-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${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>