From bc40a456bf86424f93f320e056c1dee709b9d92a Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 21 Dec 2003 23:56:02 +0000 Subject: [PATCH] Per bento logs, mark as broken on 5.x due to varargs.h being deprecated in gcc3.3. Notified maintainer. --- net/xisp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/net/xisp/Makefile b/net/xisp/Makefile index a726799b3ba0..11f637d2925f 100644 --- a/net/xisp/Makefile +++ b/net/xisp/Makefile @@ -22,4 +22,10 @@ USE_XPM= yes MAN1= xisp.1 -.include +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile due to deprecation of varargs.h" +.endif + +.include