mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
- 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:
parent
d020c38bd4
commit
221fcf8df4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272063
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user