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-utils::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-utils::Makefile')
-rw-r--r-- | net/asterisk12/files/patch-utils::Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/net/asterisk12/files/patch-utils::Makefile b/net/asterisk12/files/patch-utils::Makefile index f3164c0f478a..d2c61cc0664b 100644 --- a/net/asterisk12/files/patch-utils::Makefile +++ b/net/asterisk12/files/patch-utils::Makefile @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- utils/Makefile -+++ utils/Makefile -@@ -17,16 +17,16 @@ +--- utils/Makefile.orig Wed Jan 24 19:43:50 2007 ++++ utils/Makefile Mon Apr 16 16:37:31 2007 +@@ -17,17 +17,17 @@ CFLAGS+=-DNO_AST_MM ifeq ($(findstring BSD,${OSARCH}),BSD) @@ -11,6 +8,7 @@ $FreeBSD$ + CFLAGS+=-I$(CROSS_COMPILE_TARGET)$(LOCALBASE)/include -L$(CROSS_COMPILE_TARGET)$(LOCALBASE)/lib endif + # to get check_expr, add it to the TARGET list TARGET=stereorize streamplayer -ifneq ($(wildcard $(CROSS_COMPILE_TARGET)/usr/include/popt.h)$(wildcard -f $(CROSS_COMPILE_TARGET)/usr/local/include/popt.h),) @@ -23,7 +21,7 @@ $FreeBSD$ TARGET+=astman endif -@@ -40,7 +40,7 @@ +@@ -41,7 +41,7 @@ install: for x in $(TARGET); do \ if [ "$$x" != "none" ]; then \ |