aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/centericq
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-03-20 22:20:32 +0800
committermiwi <miwi@FreeBSD.org>2010-03-20 22:20:32 +0800
commit8f8385125ddfcf06ce4371ad8f512aeeedb0bccb (patch)
tree0d81245af6ff3929205cda3b458d31553bfe62f4 /net-im/centericq
parentb9ef8a77931f95fa56367fa0285966fc0082055d (diff)
downloadfreebsd-ports-gnome-8f8385125ddfcf06ce4371ad8f512aeeedb0bccb.tar.gz
freebsd-ports-gnome-8f8385125ddfcf06ce4371ad8f512aeeedb0bccb.tar.zst
freebsd-ports-gnome-8f8385125ddfcf06ce4371ad8f512aeeedb0bccb.zip
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Diffstat (limited to 'net-im/centericq')
-rw-r--r--net-im/centericq/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/centericq/Makefile b/net-im/centericq/Makefile
index 8b53194fe047..6743b703cf04 100644
--- a/net-im/centericq/Makefile
+++ b/net-im/centericq/Makefile
@@ -44,6 +44,10 @@ PORTDOCS= FAQ README
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
.if ${ARCH} == "amd64"
# Don't use optimization since it sefgaults in some cases otherwise.
CFLAGS:= ${CFLAGS:C/-O[0123456789]*/-O0/}