diff options
author | riz <riz@pkgsrc.org> | 2005-04-13 19:22:17 +0000 |
---|---|---|
committer | riz <riz@pkgsrc.org> | 2005-04-13 19:22:17 +0000 |
commit | 5f72a4391dceb5e34e8ed09c020b6405d2050fd2 (patch) | |
tree | a891b26ec7c2d239d6650789008e0ba4409d406e /comms/asterisk | |
parent | cd379600b61f56a504c45d10faa90ec9930aa3d9 (diff) | |
download | pkgsrc-5f72a4391dceb5e34e8ed09c020b6405d2050fd2.tar.gz |
Asterisk doesn't work with non-native threads. Approved by jmcneill.
Diffstat (limited to 'comms/asterisk')
-rw-r--r-- | comms/asterisk/Makefile | 4 |
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" |