diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-02 04:51:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-12-02 04:51:16 +0000 |
commit | 080b15c45c37af5bc639a029409b811dbed31a6e (patch) | |
tree | 195ccefb30a9abb89c17144073db47bbbb2ee2f9 /x11-toolkits | |
parent | 73a1b02376c4781ae884ad21c9823b9ae1ff17bd (diff) | |
download | ports-080b15c45c37af5bc639a029409b811dbed31a6e.tar.gz ports-080b15c45c37af5bc639a029409b811dbed31a6e.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtoolkit/Makefile | 4 |
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 |