ports/net/asterisk22/files/patch-agi_Makefile
Oleksandr Kryvulia d2de2e1ecf
Add net/asterisk22: LTS version of Asterisk PBX software
PR:		284056
Sponsored by:	FLEX-IT LLC
2025-01-19 01:42:50 +08: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