diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 13:38:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 13:38:17 +0000 |
commit | 9d2eb43f70f5da1c57d0413f4d787195fb526a4e (patch) | |
tree | 21a08b4c933e05030e4a567840dc66aa38f054b7 /sysutils/lookupd | |
parent | ddb8804c0ffbf246685bcb9d810efeaae6dcd095 (diff) |
Notes
Diffstat (limited to 'sysutils/lookupd')
-rw-r--r-- | sysutils/lookupd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/lookupd/Makefile b/sysutils/lookupd/Makefile index b7a11b490eb8..099b669d4747 100644 --- a/sysutils/lookupd/Makefile +++ b/sysutils/lookupd/Makefile @@ -31,4 +31,8 @@ post-install: CFLAGS+= -fPIC .endif +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + .include <bsd.port.post.mk> |