diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-11 21:34:26 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-08-11 21:34:26 +0000 |
commit | ebc6b0ddba51d63b52424ef7a927ccb55a03291f (patch) | |
tree | 3b36a956d24d6ae743fffe0988d1c12bfa1ffe0d /security/samhain | |
parent | 43980f5b1f571ef2ae79d9c1987fd9d3f760c568 (diff) |
Notes
Diffstat (limited to 'security/samhain')
-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 |