diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/samhain/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile index ee1d37a4bf90..4e896866bc70 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -34,6 +34,10 @@ CONFLICTS= samhain-client-2* CFLAGS+= -fPIC .endif +.if ${ARCH} == "amd64" && ${OSVERSION} >= 800000 +BROKEN= does not compile +.endif + .if defined(WITH_GPG) BUILD_DEPENDS+= gpg:${PORTSDIR}/security/gnupg .endif |