summaryrefslogtreecommitdiff
path: root/comms/asterisk
diff options
context:
space:
mode:
authorjnemeth <jnemeth@pkgsrc.org>2013-06-16 22:10:13 +0000
committerjnemeth <jnemeth@pkgsrc.org>2013-06-16 22:10:13 +0000
commit383463b3a90a2ac93c9b39d568a13a14eb4576b3 (patch)
treed504ea794c3a5bacfee6a8b0a0a5db966d22b858 /comms/asterisk
parent20e8a3351978227272c0bd4734417b7eec7fa33b (diff)
downloadpkgsrc-383463b3a90a2ac93c9b39d568a13a14eb4576b3.tar.gz
Asterisk is known to fail on 32-bit systems, specifically i386. Mark it
as such until the bug is found and fixed.
Diffstat (limited to 'comms/asterisk')
-rw-r--r--comms/asterisk/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile
index e0bcecb8b45..42e8e25bf6b 100644
--- a/comms/asterisk/Makefile
+++ b/comms/asterisk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2013/06/14 04:26:55 jnemeth Exp $
+# $NetBSD: Makefile,v 1.94 2013/06/16 22:10:13 jnemeth Exp $
#
# NOTE: when updating this package, there are two places that sound
# tarballs need to be checked
@@ -18,6 +18,9 @@ HOMEPAGE= http://www.asterisk.org/
COMMENT= The Asterisk Software PBX
LICENSE= gnu-gpl-v2
+# known to have issues on i386, block the package until the bug is fixed
+NOT_FOR_PLATFORM= NetBSD-*-i386
+
CONFLICTS+= asterisk-sounds-extra-[0-9]*
.include "../../mk/bsd.prefs.mk"