diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-17 06:51:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-17 06:51:26 +0000 |
commit | 92d0cbeefeacd76fd9b9c84082154ce321036189 (patch) | |
tree | 42d7139424e9a4d24bbe308bd28ca22293ad8f3e /editors | |
parent | 52be42b15627fe99073130bff528097bdbddab33 (diff) | |
download | ports-92d0cbeefeacd76fd9b9c84082154ce321036189.tar.gz ports-92d0cbeefeacd76fd9b9c84082154ce321036189.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs21/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index 06b2fef630fc..3fb2093105b6 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -60,6 +60,10 @@ LATEST_LINK= emacs21 .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + .if ${ARCH} == "ia64" CFLAGS:= ${CFLAGS:C/-O.?/-O0/g} CONFIGURE_ENV= CFLAGS="${CFLAGS}" |