From 1db4cdbfda44058d68dc1197a730d7de18205a6d Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 22 Nov 2003 18:13:13 +0000 Subject: Make the BROKEN message more explicit about why it's broken (the usual varargs->stdarg problem). --- net/cap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/cap/Makefile b/net/cap/Makefile index c0ca83cc0f04..e632698f692e 100644 --- a/net/cap/Makefile +++ b/net/cap/Makefile @@ -61,7 +61,7 @@ READMES= applications/papif applications/lwsrv applications/aufs \ .include .if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" +BROKEN= "Does not compile: needs stdarg.h instead of varargs.h" .endif pre-patch: -- cgit v1.2.3