From fcab1880ba927a65c075d978e1cdff5dccd60dd0 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Fri, 13 Feb 2009 09:51:06 +0000 Subject: [PATCH] Also mark BROKEN on recent 7 after the MFC of strndup(3). Submitted by: pointyhat --- mail/smfsav/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/smfsav/Makefile b/mail/smfsav/Makefile index bbfe0b1d53f8..53b7411ff619 100644 --- a/mail/smfsav/Makefile +++ b/mail/smfsav/Makefile @@ -58,7 +58,7 @@ post-install: .include -.if ${OSVERSION} >= 800058 +.if ${OSVERSION} >= 800058 || (${OSVERSION} >= 701101 && ${OSVERSION} < 800000) BROKEN= does not build .endif