mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
- 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
13 lines
305 B
Text
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
|