diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/pam_alreadyloggedin/Makefile | 4 | ||||
-rw-r--r-- | security/samhain/Makefile | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/security/pam_alreadyloggedin/Makefile b/security/pam_alreadyloggedin/Makefile index d4beedcd0532..26d47f032142 100644 --- a/security/pam_alreadyloggedin/Makefile +++ b/security/pam_alreadyloggedin/Makefile @@ -20,6 +20,10 @@ MANCOMPRESSED= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + .if defined(NOPROFILE) PLIST_SUB+= PROFILE="@comment " .else diff --git a/security/samhain/Makefile b/security/samhain/Makefile index e2c09aa24ba2..b737bb3a9138 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -36,6 +36,8 @@ CFLAGS+= -fPIC .if ${ARCH} == "amd64" && ${OSVERSION} >= 800000 BROKEN= does not compile +.elif ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx .endif .if defined(WITH_GPG) |