1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +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-11 23:25:29 +00:00
parent 913f8fc919
commit b5d49daf0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228087

View File

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