diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-10-17 18:00:02 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2004-10-17 18:00:02 +0000 |
commit | cd8cc8071ff2ad81003a23f16fac61debf60153b (patch) | |
tree | a6810dff0623ee603db9fa365f2ee4ce444f0c7b /net/asterisk12/files/patch-agi::Makefile | |
parent | Enable building on 4.x. (diff) |
Update to 1.0.1.
Notes
Notes:
svn path=/head/; revision=119685
Diffstat (limited to 'net/asterisk12/files/patch-agi::Makefile')
-rw-r--r-- | net/asterisk12/files/patch-agi::Makefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/net/asterisk12/files/patch-agi::Makefile b/net/asterisk12/files/patch-agi::Makefile index 567c30f5624e..32efb5d2b101 100644 --- a/net/asterisk12/files/patch-agi::Makefile +++ b/net/asterisk12/files/patch-agi::Makefile @@ -1,9 +1,9 @@ $FreeBSD$ ---- agi/Makefile.orig Sat Oct 25 20:27:53 2003 -+++ agi/Makefile Fri Jan 30 02:31:07 2004 -@@ -11,21 +11,24 @@ +--- agi/Makefile.orig Tue Jun 22 20:42:13 2004 ++++ agi/Makefile Tue Oct 5 21:03:40 2004 +@@ -11,15 +11,18 @@ # the GNU General Public License # @@ -24,12 +24,4 @@ $FreeBSD$ + for x in $(AGIS_SCR); do $(BSD_INSTALL_SCRIPT) $$x $(DESTDIR)$(AGI_DIR) ; done eagi-test: eagi-test.o -- $(CC) -o eagi-test eagi-test.o -+ $(CC) $(CFLAGS) -o eagi-test eagi-test.o - - eagi-sphinx-test: eagi-sphinx-test.o -- $(CC) -o eagi-sphinx-test eagi-sphinx-test.o -+ $(CC) $(CFLAGS) -o eagi-sphinx-test eagi-sphinx-test.o - - clean: - rm -f *.so *.o look .depend + $(CC) $(CFLAGS) -o eagi-test eagi-test.o |