diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-20 21:25:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-20 21:25:14 +0800 |
commit | 2f1e207f7ac3b7a583004db25bbc29ad770a6d79 (patch) | |
tree | 2f042cfa59dbfa8d08de931945e08196a504cf33 /chinese/cxterm/Makefile | |
parent | ea4dc1628a54fadcee395468134838e6c54b5380 (diff) | |
download | freebsd-ports-gnome-2f1e207f7ac3b7a583004db25bbc29ad770a6d79.tar.gz freebsd-ports-gnome-2f1e207f7ac3b7a583004db25bbc29ad770a6d79.tar.zst freebsd-ports-gnome-2f1e207f7ac3b7a583004db25bbc29ad770a6d79.zip |
- Mark BROKEN: fails to build with new utmpx
Reported by: pointyhat
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 71d032bef544..24430e22a000 100644 --- a/chinese/cxterm/Makefile +++ b/chinese/cxterm/Makefile @@ -47,6 +47,10 @@ MAKE_JOBS_UNSAFE= yes BROKEN= Coredump during build on ia64 .endif +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + post-install: ${INSTALL_SCRIPT} ${WRKDIR}/CXterm.sh ${PREFIX}/bin/CXterm # standard X11 place |