summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-11-22 18:13:13 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-11-22 18:13:13 +0000
commit1db4cdbfda44058d68dc1197a730d7de18205a6d (patch)
tree9168cafac08c2a011d174ac73bdc384ecbb151a8
parentMark as broken on latest 5.1 due to gcc3.3's pickier preprocessor. (diff)
Make the BROKEN message more explicit about why it's broken (the
usual varargs->stdarg problem).
Notes
Notes: svn path=/head/; revision=94716
-rw-r--r--net/cap/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk>
.if ${OSVERSION} >= 501000
-BROKEN= "Does not compile"
+BROKEN= "Does not compile: needs stdarg.h instead of varargs.h"
.endif
pre-patch: