1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +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-13 09:51:06 +00:00
parent 1f845b4223
commit fcab1880ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228190

View File

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