aboutsummaryrefslogtreecommitdiffstats
path: root/editors/emacs21
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-03-17 14:51:26 +0800
committermiwi <miwi@FreeBSD.org>2010-03-17 14:51:26 +0800
commitb000fb5ba6c8edaf8c890e378241a0b6eb9487d7 (patch)
treee8e447b8c1fdfc590d4f2ef6e5ae394c0dd13f43 /editors/emacs21
parent19397be6cd08c2bd322b57bb6e12cfc7d933d69e (diff)
downloadfreebsd-ports-gnome-b000fb5ba6c8edaf8c890e378241a0b6eb9487d7.tar.gz
freebsd-ports-gnome-b000fb5ba6c8edaf8c890e378241a0b6eb9487d7.tar.zst
freebsd-ports-gnome-b000fb5ba6c8edaf8c890e378241a0b6eb9487d7.zip
- Mark BROKEN: fails to build with new utmpx
Reported by: pointyhat
Diffstat (limited to 'editors/emacs21')
-rw-r--r--editors/emacs21/Makefile4
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}"