diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-11-28 19:33:57 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-11-28 19:33:57 +0000 |
commit | 9f0462bca79159a405d91005fccb833b39258aa4 (patch) | |
tree | e440215f3889a7d134e83fb239ef6821b710aebc /net/asterisk/files/patch-agi::Makefile | |
parent | - Update to 2.02 (diff) |
Add asterisk 1.8 port.
Submitted by: Florian Smeets
Notes
Notes:
svn path=/head/; revision=265329
Diffstat (limited to 'net/asterisk/files/patch-agi::Makefile')
-rw-r--r-- | net/asterisk/files/patch-agi::Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/asterisk/files/patch-agi::Makefile b/net/asterisk/files/patch-agi::Makefile new file mode 100644 index 000000000000..277e18e70b08 --- /dev/null +++ b/net/asterisk/files/patch-agi::Makefile @@ -0,0 +1,13 @@ +--- ./agi/Makefile.orig 2010-07-23 15:26:41.000000000 +0200 ++++ ./agi/Makefile 2010-11-06 14:54:36.000000000 +0100 +@@ -16,7 +16,9 @@ + + .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 |