summaryrefslogtreecommitdiff
path: root/net/asterisk/files/patch-channels::Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2006-04-26 11:31:03 +0000
committerMax Khon <fjoe@FreeBSD.org>2006-04-26 11:31:03 +0000
commitb27709344b5130749b4aecf7e86b2476bc3fa6d1 (patch)
tree23fa35448cde58c25cc8f040e58d31bffb0ac2a4 /net/asterisk/files/patch-channels::Makefile
parent- add CONFLICTS (diff)
- 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 <bamby@portaone.com> [1] [2] [3] Approved by: MAINTAINER
Notes
Notes: svn path=/head/; revision=160512
Diffstat (limited to 'net/asterisk/files/patch-channels::Makefile')
-rw-r--r--net/asterisk/files/patch-channels::Makefile10
1 files changed, 4 insertions, 6 deletions
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