- Mark BROKEN on amd64/9: does not link

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2011-03-25 20:45:02 +00:00
parent c9f237e081
commit b111429de3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271758

View file

@ -41,8 +41,8 @@ MAN1= mumble.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= Does not compile on FreeBSD < 7.0
.if ${ARCH} == "amd64" && ${OSVERSION} >= 900000
BROKEN= Does not compile on FreeBSD 9.X
.endif
.if defined(WITHOUT_DBUS)