- Mark BROKEN on 7.X: does not compile

overlay.c:125: error: 'RTLD_NOLOAD' undeclared (first use in this function)

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2011-03-31 20:26:18 +00:00
parent d020c38bd4
commit 221fcf8df4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272063

View File

@ -41,6 +41,10 @@ MAN1= mumble.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
BROKEN= does not compile on FreeBSD 7.x
.endif
.if ${ARCH} == "amd64" && ${OSVERSION} >= 900000
BROKEN= Does not compile on FreeBSD 9.X
.endif