From c742b0fc744cc3baf2a31479b8369d07e6bd7e98 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Mon, 22 Dec 2008 22:43:22 +0000 Subject: [PATCH] Mark BROKEN on HEAD after the import of strndup(3). As OSVERSION was not bumped at the time, approximate with 800058. Submitted by: pointyhat --- devel/cvswrap/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/devel/cvswrap/Makefile b/devel/cvswrap/Makefile index c8f0e29334da..df3d60f7327e 100644 --- a/devel/cvswrap/Makefile +++ b/devel/cvswrap/Makefile @@ -19,4 +19,11 @@ GNU_CONFIGURE= yes MAN1= cvswrap.1 MAN5= cvswrap.conf.5 -.include +.include + +# Redefines strndup(3) +.if ${OSVERSION} >= 800058 +BROKEN= does not build +.endif + +.include