summaryrefslogtreecommitdiff
path: root/net/asterisk13/files/patch-agi__Makefile
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2014-12-15 14:46:25 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2014-12-15 14:46:25 +0000
commit8962a0c995f536bdf7c495333fe2463b1113fab8 (patch)
treec77ea663141f2f8ae238f15729c86904e862740d /net/asterisk13/files/patch-agi__Makefile
parentPJSIP is a free and open source multimedia communication library (diff)
Add asterisk13 port.
Fix CONFLICTS for asterisk ports and remove long deleted entries references. Upstream announce: http://blogs.digium.com/2014/10/28/asterisk-13-0-0-now-available/
Diffstat (limited to 'net/asterisk13/files/patch-agi__Makefile')
-rw-r--r--net/asterisk13/files/patch-agi__Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/asterisk13/files/patch-agi__Makefile b/net/asterisk13/files/patch-agi__Makefile
new file mode 100644
index 000000000000..59d928b697b3
--- /dev/null
+++ b/net/asterisk13/files/patch-agi__Makefile
@@ -0,0 +1,13 @@
+--- agi/Makefile.orig 2012-10-14 21:56:13 UTC
++++ agi/Makefile
+@@ -16,7 +16,9 @@ ASTTOPDIR?=..
+
+ .PHONY: clean all uninstall
+
+-AGIS=$(MENUSELECT_AGIS)
++AGIS_BIN=eagi-test eagi-sphinx-test
++AGIS_SCR=agi-test.agi jukebox.agi
++AGIS=$(AGIS_SCR) $(AGIS_BIN)
+
+ ifeq ($(OSARCH),SunOS)
+ LIBS+=-lsocket -lnsl