diff options
Diffstat (limited to 'security/samhain/Makefile')
-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 eeb11c963db9..03e9a548fa78 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -36,6 +36,10 @@ LICENSE= GPLv2 CFLAGS+= -fPIC .endif +.if ${OSVERSION} > 800000 && ${ARCH} == "amd64" +MANUAL_PACKAGE_BUILD= fails to link on pointyhat +.endif + .if ${OSVERSION} > 900007 BROKEN= fails to build with new utmpx .endif |