pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/asterisk Asterisk doesn't work with non-native t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be0c372d1996
branches:  trunk
changeset: 492482:be0c372d1996
user:      riz <riz%pkgsrc.org@localhost>
date:      Wed Apr 13 19:22:17 2005 +0000

description:
Asterisk doesn't work with non-native threads.  Approved by jmcneill.

diffstat:

 comms/asterisk/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 789c62d0d07d -r be0c372d1996 comms/asterisk/Makefile
--- a/comms/asterisk/Makefile   Wed Apr 13 18:12:55 2005 +0000
+++ b/comms/asterisk/Makefile   Wed Apr 13 19:22:17 2005 +0000
@@ -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 @@
 .endfor
 .undef _file_
 
+PTHREAD_OPTS+= require native
+
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index