From b27709344b5130749b4aecf7e86b2476bc3fa6d1 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Wed, 26 Apr 2006 11:31:03 +0000 Subject: - Update to 1.2.7.1 [1] - Remove bristuff support (will be added later as a slave port) - Update codec negotiation patch [2] - Use pwlib and openh323 from ports [3] - Remove FORBIDDEN now that asterisk is >= 1.2.6 Note: WITH_ZAPTEL may be broken because zaptel-bsd driver is not synced with Digium zaptel driver. PR: 93528, 96315 Submitted by: Andriy I Pylypenko [1] [2] [3] Approved by: MAINTAINER --- net/asterisk/files/patch-channels::Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'net/asterisk/files/patch-channels::Makefile') diff --git a/net/asterisk/files/patch-channels::Makefile b/net/asterisk/files/patch-channels::Makefile index edca9b1e7694..872026dfdca2 100644 --- a/net/asterisk/files/patch-channels::Makefile +++ b/net/asterisk/files/patch-channels::Makefile @@ -3,19 +3,17 @@ $FreeBSD$ --- channels/Makefile.orig +++ channels/Makefile -@@ -48,9 +48,9 @@ +@@ -48,8 +48,8 @@ endif ifeq (${OSARCH},FreeBSD) - PTLIB=-lpt_FreeBSD_x86_r - H323LIB=-lh323_FreeBSD_x86_r -- CHANH323LIB=-pthread -+ PTLIB=-lpt_FreeBSD_x86_r_s -+ H323LIB=-lh323_FreeBSD_x86_r_s -+ CHANH323LIB= ++ PTLIB=-lpt_r ++ H323LIB=-lh323_r + CHANH323LIB=-pthread endif - ifeq (${OSARCH},NetBSD) @@ -73,11 +73,11 @@ SOLINK+=-lrt endif -- cgit v1.2.3