diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/cce/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/cce/Makefile b/chinese/cce/Makefile index 7ecbeed2fc3d..c40346a419d8 100644 --- a/chinese/cce/Makefile +++ b/chinese/cce/Makefile @@ -22,4 +22,10 @@ HAS_CONFIGURE= yes MAN1= cce.1 cceconv.1 -.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> |