diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2009-02-14 21:17:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2009-02-14 21:17:22 +0000 |
commit | 38e1f1309ac8d4eb76a1e98e8d2e5aa5e573755b (patch) | |
tree | b10d7f236d9bf4d625ffaf944f93a31f5c4c27fe /net/asterisk16/files/patch-agi::Makefile | |
parent | Remove CONFLICTS to qt4, bump PORTREVISION (diff) |
Add asterisk16 after repo-copy from net/asterisk. Some functions (e.g.
DAHDI support) are still missed and will be added on later date.
Notes
Notes:
svn path=/head/; revision=228315
Diffstat (limited to 'net/asterisk16/files/patch-agi::Makefile')
-rw-r--r-- | net/asterisk16/files/patch-agi::Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/asterisk16/files/patch-agi::Makefile b/net/asterisk16/files/patch-agi::Makefile index f9910fe96dd6..65a5b2f373de 100644 --- a/net/asterisk16/files/patch-agi::Makefile +++ b/net/asterisk16/files/patch-agi::Makefile @@ -1,5 +1,8 @@ ---- agi/Makefile.orig Sat Dec 16 23:14:34 2006 -+++ agi/Makefile Wed Mar 28 11:13:21 2007 + +$FreeBSD$ + +--- agi/Makefile ++++ agi/Makefile @@ -13,7 +13,9 @@ .PHONY: clean all uninstall @@ -11,7 +14,7 @@ ifeq ($(OSARCH),SunOS) LIBS+=-lsocket -lnsl -@@ -31,8 +33,9 @@ eagi-test: eagi-test.o strcompat.o +@@ -40,8 +42,9 @@ eagi-sphinx-test: eagi-sphinx-test.o install: all |