diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 19:01:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 19:01:04 +0000 |
commit | 9a0d0575be112a06e86c667ac754258a70d16b96 (patch) | |
tree | c577f033f5d2fdd41cbf57ae6e68e21315e1bfa6 /chinese/cce | |
parent | 0148a5a042bf86baa4e025a2e3e31d3a9b379025 (diff) | |
download | ports-9a0d0575be112a06e86c667ac754258a70d16b96.tar.gz ports-9a0d0575be112a06e86c667ac754258a70d16b96.zip |
Notes
Diffstat (limited to 'chinese/cce')
-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> |