ports/net/asterisk18/files/patch-agi_Makefile
Guido Falsi e0793a4c19 - Repocopy asterisk16 to asterisk18 and update to new version 18.0.0
- Add conflicts and flavors for version 18 to asterisk modules I maintain.
2020-10-23 08:13:57 +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