mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
- Update net/asterisk13 to 13.5.0 - Add SQLITE2 option default description - Rename SQLITE option to SQLITE2, which better describes what it really does - Clean up Makefile and sort option helpers [1] - Add missed dependencies on openssl, ncurses and iconv [1] - Add back shabangfix for sample agi scripts - Make build log verbose [1] - Regenerated some patches Suggested by: koobs (thanks!) [1]
13 lines
305 B
Text
13 lines
305 B
Text
--- agi/Makefile.orig 2015-07-24 22:06:05 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
|