From 9a0d0575be112a06e86c667ac754258a70d16b96 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 2 Jul 2007 19:01:04 +0000 Subject: - Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2 --- lang/pfe/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lang/pfe/Makefile') diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 3ddbc67f0cf3..0897d7d4ea72 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -27,4 +27,10 @@ CONFIGURE_ARGS= --mandir=${PREFIX}/man MAN1= pfe.1 pfe-config.1 -.include +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include -- cgit v1.2.3