1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Mark BROKEN on HEAD after the import of strndup(3).

As OSVERSION was not bumped at the time, approximate with 800058.

Submitted by:	pointyhat
This commit is contained in:
Erwin Lansing 2008-12-22 22:43:22 +00:00
parent 41141b12c1
commit c742b0fc74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224610

View File

@ -19,4 +19,11 @@ GNU_CONFIGURE= yes
MAN1= cvswrap.1
MAN5= cvswrap.conf.5
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
# Redefines strndup(3)
.if ${OSVERSION} >= 800058
BROKEN= does not build
.endif
.include <bsd.port.post.mk>