summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorriz <riz>2005-04-13 19:22:17 +0000
committerriz <riz>2005-04-13 19:22:17 +0000
commitd587efbd1b2b7f1b19718af2009b6d4b0dc41526 (patch)
treea891b26ec7c2d239d6650789008e0ba4409d406e /comms
parent353b8ddfd59b51baeeb79b0b363208e73d6704ac (diff)
downloadpkgsrc-d587efbd1b2b7f1b19718af2009b6d4b0dc41526.tar.gz
Asterisk doesn't work with non-native threads. Approved by jmcneill.
Diffstat (limited to 'comms')
-rw-r--r--comms/asterisk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile
index cc6a97e4712..62211df1252 100644
--- a/comms/asterisk/Makefile
+++ b/comms/asterisk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/04/08 03:10:52 riz Exp $
+# $NetBSD: Makefile,v 1.2 2005/04/13 19:22:17 riz Exp $
#
DISTNAME= asterisk-1.0.7
@@ -83,6 +83,8 @@ SUPPORT_FILES+= ${ASTEXAMPLEDIR}/${_file_} ${ASTETCDIR}/${_file_}
.endfor
.undef _file_
+PTHREAD_OPTS+= require native
+
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"