diff options
author | arved <arved@FreeBSD.org> | 2003-05-12 05:37:54 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-05-12 05:37:54 +0800 |
commit | d1e06cbc6fca4592047ba73dd27934d0fba6e0f5 (patch) | |
tree | 47d63bde37e9423fbe8f34485e193a316c6ed3e3 /irc | |
parent | 29b4a52cba40680926a666438e1db30fee5c01b7 (diff) | |
download | freebsd-ports-graphics-d1e06cbc6fca4592047ba73dd27934d0fba6e0f5.tar.gz freebsd-ports-graphics-d1e06cbc6fca4592047ba73dd27934d0fba6e0f5.tar.zst freebsd-ports-graphics-d1e06cbc6fca4592047ba73dd27934d0fba6e0f5.zip |
Mark broken on alpha and ia64.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitchx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 3fc61845e55..9e624f8af8a 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -64,6 +64,10 @@ CONFIGURE_ARGS+=--enable-sound .include <bsd.port.pre.mk> +.if ${ARCH} == "alpha" || ${ARCH} == "ia64" +BROKEN="Dumps core on startup" +.endif + .if defined(WITH_IPV6) USE_IPV6= yes CONFIGURE_ARGS+=--enable-ipv6 |