diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-04-26 11:33:11 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-04-26 11:33:11 +0000 |
commit | 53e76e68e0d1574496723fc905ca7ded1dcdef33 (patch) | |
tree | c827793a19fb20b0fba3d73158df440722f3ef14 /net/asterisk-oh323/files/patch-asterisk-driver::Makefile | |
parent | - Update to 1.2.7.1 [1] (diff) |
- Use pwlib and openh323 from ports
- Update to latest codec negotiation patch
Submitted by: Andriy I Pylypenko <bamby@portaone.com> (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=160513
Diffstat (limited to 'net/asterisk-oh323/files/patch-asterisk-driver::Makefile')
-rw-r--r-- | net/asterisk-oh323/files/patch-asterisk-driver::Makefile | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/net/asterisk-oh323/files/patch-asterisk-driver::Makefile b/net/asterisk-oh323/files/patch-asterisk-driver::Makefile index 69de678ad6bd..f6f5ecd329d2 100644 --- a/net/asterisk-oh323/files/patch-asterisk-driver::Makefile +++ b/net/asterisk-oh323/files/patch-asterisk-driver::Makefile @@ -1,5 +1,33 @@ ---- asterisk-driver/Makefile.orig Wed Jan 18 11:43:28 2006 -+++ asterisk-driver/Makefile Wed Jan 18 11:55:34 2006 +--- asterisk-driver/Makefile.orig Fri Sep 9 16:35:25 2005 ++++ asterisk-driver/Makefile Thu Apr 13 14:22:51 2006 +@@ -40,9 +40,9 @@ + endif + else + ifeq ($(OH323BUILDTYPE),debug) # Shared, debug +- LIBPTPATH=$(word 1,$(shell ls $(PWLIBDIR)/lib/libpt*d.so)) ++ LIBPTPATH=$(word 1,$(shell ls $(SYSLIBDIR)/libpt*d.so)) + else # Shared, opt +- LIBPTPATH=$(word 1,$(shell ls $(PWLIBDIR)/lib/libpt*r.so)) ++ LIBPTPATH=$(word 1,$(shell ls $(SYSLIBDIR)/libpt*r.so)) + endif + endif + LIBPTNAME=$(subst lib,,$(basename $(notdir $(LIBPTPATH)))) +@@ -69,12 +69,12 @@ + endif + else + ifeq ($(OH323BUILDTYPE),debug) # Shared, debug +- LIBH323PATH=$(word 1,$(shell ls $(OPENH323DIR)/lib/libh323*d.so)) ++ LIBH323PATH=$(word 1,$(shell ls $(SYSLIBDIR)/libh323*d.so)) + else + ifeq ($(OH323BUILDTYPE),opt) # Shared, opt +- LIBH323PATH=$(word 1,$(shell ls $(OPENH323DIR)/lib/libh323*r.so)) ++ LIBH323PATH=$(word 1,$(shell ls $(SYSLIBDIR)/libh323*r.so)) + else # Shared, opt, no trace +- LIBH323PATH=$(word 1,$(shell ls $(OPENH323DIR)/lib/libh323*n.so)) ++ LIBH323PATH=$(word 1,$(shell ls $(SYSLIBDIR)/libh323*n.so)) + endif + endif + endif @@ -90,7 +90,7 @@ LIBH323=$(LIBH323NAME) |