diff options
author | kris <kris@FreeBSD.org> | 2004-08-16 10:33:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-08-16 10:33:05 +0800 |
commit | 4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae (patch) | |
tree | bfad1c5a415ba3bf86fc67750ccb4b476511b188 /irc/ircd-ru | |
parent | 13ccd05622018a941264027d27d850ec2adc030a (diff) | |
download | freebsd-ports-gnome-4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae.tar.gz freebsd-ports-gnome-4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae.tar.zst freebsd-ports-gnome-4c32b4dc0e277a56a00a54ce0a4d9363d65d75ae.zip |
BROKEN on 5.x: Does not compile with gcc 3.4.2
Diffstat (limited to 'irc/ircd-ru')
-rw-r--r-- | irc/ircd-ru/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/ircd-ru/Makefile b/irc/ircd-ru/Makefile index 13dd1f54696d..7664076e2ef9 100644 --- a/irc/ircd-ru/Makefile +++ b/irc/ircd-ru/Makefile @@ -63,6 +63,10 @@ CONFIGURE_ARGS+=--enable-select .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + .if ${ARCH} == "amd64" BROKEN= "Does not compile on amd64" .endif |