diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-13 08:06:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2007-04-13 08:06:06 +0000 |
commit | acc33b14df77f1bad1c2d0a2c775185fa9e864eb (patch) | |
tree | 861d5d09092cff4fbc720b4a04db22add91bf3d3 /net/asterisk10/files/patch-agi::Makefile | |
parent | - incorrect comment (diff) |
Long awaited upgrade to 1.4.2.
Sponsored by: Sippy Software, Inc.
Notes
Notes:
svn path=/head/; revision=189887
Diffstat (limited to 'net/asterisk10/files/patch-agi::Makefile')
-rw-r--r-- | net/asterisk10/files/patch-agi::Makefile | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/net/asterisk10/files/patch-agi::Makefile b/net/asterisk10/files/patch-agi::Makefile index 4615eef8ec94..f9910fe96dd6 100644 --- a/net/asterisk10/files/patch-agi::Makefile +++ b/net/asterisk10/files/patch-agi::Makefile @@ -1,18 +1,18 @@ ---- agi/Makefile.orig Sun Jan 22 17:53:44 2006 -+++ agi/Makefile Sun Jan 22 17:55:53 2006 -@@ -11,7 +11,9 @@ - # the GNU General Public License - # +--- agi/Makefile.orig Sat Dec 16 23:14:34 2006 ++++ agi/Makefile Wed Mar 28 11:13:21 2007 +@@ -13,7 +13,9 @@ --AGIS=agi-test.agi eagi-test eagi-sphinx-test + .PHONY: clean all uninstall + +-AGIS=agi-test.agi eagi-test eagi-sphinx-test jukebox.agi +AGIS_BIN=eagi-test eagi-sphinx-test -+AGIS_SCR=agi-test.agi ++AGIS_SCR=agi-test.agi jukebox.agi +AGIS=$(AGIS_SCR) $(AGIS_BIN) - CFLAGS+= - -@@ -27,8 +29,9 @@ - all: depend $(AGIS) + ifeq ($(OSARCH),SunOS) + LIBS+=-lsocket -lnsl +@@ -31,8 +33,9 @@ eagi-test: eagi-test.o strcompat.o + eagi-sphinx-test: eagi-sphinx-test.o install: all - mkdir -p $(DESTDIR)$(AGI_DIR) @@ -21,5 +21,5 @@ + for x in $(AGIS_BIN); do $(BSD_INSTALL_PROGRAM) $$x $(DESTDIR)$(AGI_DIR) ; done + for x in $(AGIS_SCR); do $(BSD_INSTALL_SCRIPT) $$x $(DESTDIR)$(AGI_DIR) ; done - eagi-test: eagi-test.o - $(CC) $(CFLAGS) -o eagi-test eagi-test.o $(LIBS) + uninstall: + for x in $(AGIS); do rm -f $(DESTDIR)$(AGI_DIR)/$$x ; done |