aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-12-02 04:51:16 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-12-02 04:51:16 +0000
commit080b15c45c37af5bc639a029409b811dbed31a6e (patch)
tree195ccefb30a9abb89c17144073db47bbbb2ee2f9 /x11-toolkits
parent73a1b02376c4781ae884ad21c9823b9ae1ff17bd (diff)
downloadports-080b15c45c37af5bc639a029409b811dbed31a6e.tar.gz
ports-080b15c45c37af5bc639a029409b811dbed31a6e.zip
Notes
Diffstat (limited to 'x11-toolkits')
-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