aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-08-03 18:01:03 +0800
committerdinoex <dinoex@FreeBSD.org>2003-08-03 18:01:03 +0800
commitb6269c0a27856395e1f9dba3bb6e9869afef7bd4 (patch)
tree51e4635206a3c308a18590e4dcbafb905e9a6d1c
parent9ccd6eb106aa333ad1c2690af857642fe7ad34e4 (diff)
downloadfreebsd-ports-gnome-b6269c0a27856395e1f9dba3bb6e9869afef7bd4.tar.gz
freebsd-ports-gnome-b6269c0a27856395e1f9dba3bb6e9869afef7bd4.tar.zst
freebsd-ports-gnome-b6269c0a27856395e1f9dba3bb6e9869afef7bd4.zip
- mark BROKEN for OSVERSION > 501101
gcc33 does not support varargs.h
-rw-r--r--news/ifmail/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 501101
+BROKEN= gcc33 does not support varargs.h
+.endif
+
+.include <bsd.port.post.mk>