diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 05:36:42 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 05:36:42 +0000 |
commit | 3b13ed569d85c125a52e8268632203e7e8051e5a (patch) | |
tree | e41a444ff55b32af776869a13d1aed9fb409962e /editors/richtext | |
parent | c1dc7bd8aaf888192b6dd4ee7ed68249459ee555 (diff) | |
download | ports-3b13ed569d85c125a52e8268632203e7e8051e5a.tar.gz ports-3b13ed569d85c125a52e8268632203e7e8051e5a.zip |
Mark as broken with gcc4.2.
Notes
Notes:
svn path=/head/; revision=200598
Diffstat (limited to 'editors/richtext')
-rw-r--r-- | editors/richtext/Makefile | 8 |
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> |