1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

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.
This commit is contained in:
David Thiel 2010-07-28 17:21:08 +00:00
parent b752684df9
commit 2cb35fef41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258395

View File

@ -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