ports/net/asterisk16/files/patch-agi_Makefile
Guido Falsi 910dddabdd - Update asterisk16 to 16.12.0
- Asterisk project now embeds pjsip 2.10, get it's distribution
  from github and adapt port
- Remove patch merged upstream
- Refresh patches and rename to current naming scheme
- Reorder some variables to silnce portlint warning
2020-07-17 08:21:54 +00:00

13 lines
305 B
Text

--- agi/Makefile.orig 2020-07-09 15:39:17 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