diff options
-rw-r--r-- | irc/bitchx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 645e063065db..b240a0244f92 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -78,7 +78,7 @@ USE_AUTOCONF_VER=253 .endif .if ${ARCH} == "alpha" || ${ARCH} == "ia64" || ${ARCH} == "amd64" -BROKEN="Dumps core on startup" +IGNORE= "Dumps core on startup" .endif .if defined(WITH_IPV6) |