aboutsummaryrefslogtreecommitdiffstats
path: root/editors/richtext
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-02 13:36:42 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-02 13:36:42 +0800
commitab40a2a7b1b703cb19249991e0c85814fff58881 (patch)
treefb30a1a21cd0d45401b93a9b8e7409919419dfa3 /editors/richtext
parentce246a700ccaf0d2369fb09f2eeda05fae366844 (diff)
downloadfreebsd-ports-gnome-ab40a2a7b1b703cb19249991e0c85814fff58881.tar.gz
freebsd-ports-gnome-ab40a2a7b1b703cb19249991e0c85814fff58881.tar.zst
freebsd-ports-gnome-ab40a2a7b1b703cb19249991e0c85814fff58881.zip
Mark as broken with gcc4.2.
Diffstat (limited to 'editors/richtext')
-rw-r--r--editors/richtext/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/richtext/Makefile b/editors/richtext/Makefile
index 33b53d28adec..35f1e2e168cc 100644
--- a/editors/richtext/Makefile
+++ b/editors/richtext/Makefile
@@ -30,4 +30,10 @@ post-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rt ${PREFIX}/bin
-.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>