aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtoolkit/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-12-02 12:51:16 +0800
committerdinoex <dinoex@FreeBSD.org>2002-12-02 12:51:16 +0800
commit06bd3fa30a436a70fc7cf94a68510679092c0ac1 (patch)
treef36f7a9da6727d01bf0a6ad2d2557f99d71cf5a1 /x11-toolkits/gtoolkit/Makefile
parentdff023f4f0e2db390b465649fff828fd6518afee (diff)
downloadfreebsd-ports-gnome-06bd3fa30a436a70fc7cf94a68510679092c0ac1.tar.gz
freebsd-ports-gnome-06bd3fa30a436a70fc7cf94a68510679092c0ac1.tar.zst
freebsd-ports-gnome-06bd3fa30a436a70fc7cf94a68510679092c0ac1.zip
bento, mark BROKEN only for CURRENT
conflicts with new gcc, method definition not in class context
Diffstat (limited to 'x11-toolkits/gtoolkit/Makefile')
-rw-r--r--x11-toolkits/gtoolkit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gtoolkit/Makefile b/x11-toolkits/gtoolkit/Makefile
index fd43ae866b30..360096d57dd4 100644
--- a/x11-toolkits/gtoolkit/Makefile
+++ b/x11-toolkits/gtoolkit/Makefile
@@ -60,6 +60,10 @@ do-install:
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 500030
+BROKEN= conflicts with new gcc, method definition not in class context
+.endif
+
.if ${MACHINE_ARCH} == "i386"
GNU_ARCH= ix86
.else