1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Also mark BROKEN on recent 7 after the MFC of strndup(3).

Submitted by:	pointyhat
This commit is contained in:
Erwin Lansing 2009-02-12 22:30:09 +00:00
parent e18e9171ae
commit c60b4012f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228161

View File

@ -22,7 +22,7 @@ do-install:
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800058
.if ${OSVERSION} >= 800058 || (${OSVERSION} >= 701101 && ${OSVERSION} < 800000)
BROKEN= does not build
.endif