aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlx <lx@FreeBSD.org>2010-07-29 01:21:08 +0800
committerlx <lx@FreeBSD.org>2010-07-29 01:21:08 +0800
commitbbcc47981a2d3bfd47c20af3ae85db3ca323bdcd (patch)
tree0c3ac0e60e94d2e64c64ffcc0b372fb157c6a4e8
parent04c038058b09cf5efcc8a419f9f3f7d2be9616f7 (diff)
downloadfreebsd-ports-gnome-bbcc47981a2d3bfd47c20af3ae85db3ca323bdcd.tar.gz
freebsd-ports-gnome-bbcc47981a2d3bfd47c20af3ae85db3ca323bdcd.tar.zst
freebsd-ports-gnome-bbcc47981a2d3bfd47c20af3ae85db3ca323bdcd.zip
Unbreak on 8.x, it builds just fine on amd64 here. If someone has a
specific OS version on which it will not, please let me know.
-rw-r--r--security/samhain/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile
index 52e6510b617b..eeb11c963db9 100644
--- a/security/samhain/Makefile
+++ b/security/samhain/Makefile
@@ -36,9 +36,7 @@ LICENSE= GPLv2
CFLAGS+= -fPIC
.endif
-.if ${ARCH} == "amd64" && ${OSVERSION} >= 800000
-BROKEN= does not compile
-.elif ${OSVERSION} > 900007
+.if ${OSVERSION} > 900007
BROKEN= fails to build with new utmpx
.endif