diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-03 09:32:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-03 09:32:56 +0000 |
commit | 737b8faa1b1715dc5c445a0fdb85a6c971d00b0d (patch) | |
tree | 99297df7eeb0079dcdf2ace5c6a43e71fbed3390 /chinese/chinput3 | |
parent | e6df0ed507bd90acc264c1aaa47b1ef81db3c726 (diff) | |
download | ports-737b8faa1b1715dc5c445a0fdb85a6c971d00b0d.tar.gz ports-737b8faa1b1715dc5c445a0fdb85a6c971d00b0d.zip |
- Mark BROKEN on CURRENT: does not build with GCC 4.2
Notes
Notes:
svn path=/head/; revision=194768
Diffstat (limited to 'chinese/chinput3')
-rw-r--r-- | chinese/chinput3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chinese/chinput3/Makefile b/chinese/chinput3/Makefile index 0309736f92de..3077a64d1331 100644 --- a/chinese/chinput3/Makefile +++ b/chinese/chinput3/Makefile @@ -30,6 +30,10 @@ SUB_FILES= pkg-message BROKEN= Does not compile on !i386 .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-patch: @${REINPLACE_CMD} -e '/extern int ForwardEvent();/d' \ ${WRKSRC}/src/Chinput-*/src/*.c |