From 003c7e3503c19bc152ca0cfb053361068d4b1e81 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 30 Sep 2007 10:11:18 +0000 Subject: [PATCH] Mark as broken on gcc4.2. --- sysutils/xfce4-wavelan-plugin/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sysutils/xfce4-wavelan-plugin/Makefile b/sysutils/xfce4-wavelan-plugin/Makefile index 82236b9e01de..ce48319e3e99 100644 --- a/sysutils/xfce4-wavelan-plugin/Makefile +++ b/sysutils/xfce4-wavelan-plugin/Makefile @@ -22,4 +22,10 @@ USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv panel USE_XLIB= yes -.include +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include