From b6269c0a27856395e1f9dba3bb6e9869afef7bd4 Mon Sep 17 00:00:00 2001 From: dinoex Date: Sun, 3 Aug 2003 10:01:03 +0000 Subject: - mark BROKEN for OSVERSION > 501101 gcc33 does not support varargs.h --- news/ifmail/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'news/ifmail') diff --git a/news/ifmail/Makefile b/news/ifmail/Makefile index 8f0a73b4949f..9d76753b945f 100644 --- a/news/ifmail/Makefile +++ b/news/ifmail/Makefile @@ -54,4 +54,10 @@ post-install: @${TAR} -C ${WRKSRC}/misc -cf - . | ${TAR} -C ${EXAMPLESDIR} -xf - .endif -.include +.include + +.if ${OSVERSION} > 501101 +BROKEN= gcc33 does not support varargs.h +.endif + +.include -- cgit