diff options
Diffstat (limited to 'chinese/cxterm/Makefile')
-rw-r--r-- | chinese/cxterm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chinese/cxterm/Makefile b/chinese/cxterm/Makefile index b9205f79485e..4240afab04db 100644 --- a/chinese/cxterm/Makefile +++ b/chinese/cxterm/Makefile @@ -40,6 +40,10 @@ ALL_TARGET= xrelease Makefiles includes all BROKEN= "Coredump during build on ia64" .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile on GCC 4.2 +.endif + post-install: ${INSTALL_SCRIPT} ${WRKDIR}/CXterm.sh ${PREFIX}/bin/CXterm # standard X11 place |