diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-26 00:11:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-26 00:11:37 +0000 |
commit | 559dc947292766686383f7a9e2364746b6be393d (patch) | |
tree | 1957adcda77ca0f7c9b40ff6c559cba6fda227a5 /net/asterisk12/files/patch-apps::Makefile | |
parent | FrostWire is an open-source peer-to-peer (P2P) file-sharing program. It uses (diff) |
o Update zaptel to 1.4.1;
Submitted by: Oleksandr Tymoshenko <gonzo@pbxpress.com>
o update libpri to 1.4.0;
PR: 111555
Submitted by: "Phillip N." <pneumann@gmail.com>
o update asterisk12 to 1.2.7.
Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ )
The reason it all is going in together is that they are interdependent.
Notes
Notes:
svn path=/head/; revision=190886
Diffstat (limited to 'net/asterisk12/files/patch-apps::Makefile')
-rw-r--r-- | net/asterisk12/files/patch-apps::Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/asterisk12/files/patch-apps::Makefile b/net/asterisk12/files/patch-apps::Makefile index 9881ae1f3831..2c930213bc47 100644 --- a/net/asterisk12/files/patch-apps::Makefile +++ b/net/asterisk12/files/patch-apps::Makefile @@ -1,11 +1,14 @@ ---- apps/Makefile.orig Sun Apr 30 16:38:22 2006 -+++ apps/Makefile Wed Jun 14 14:03:42 2006 + +$FreeBSD$ + +--- apps/Makefile.orig ++++ apps/Makefile @@ -45,25 +45,27 @@ #APPS+=app_rpt.so ifndef WITHOUT_ZAPTEL -ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/linux/zaptel.h)$(wildcard $(CROSS_COMPILE_TARGET)/usr/local/include/zaptel.h),) -+ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/linux/zaptel.h)$(wildcard $(CROSS_COMPILE_TARGET)$(LOCALBASE)/include/zaptel.h),) ++ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/linux/zaptel.h)$(wildcard $(CROSS_COMPILE_TARGET)$(LOCALBASE)/include/zaptel/zaptel.h),) APPS+=app_zapras.so app_meetme.so app_flash.so app_zapbarge.so app_zapscan.so app_page.so endif endif # WITHOUT_ZAPTEL |