diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2016-09-12 19:35:05 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-09-12 19:35:05 +0000 |
commit | 0fcca041a5c5efad690c439600761c602b39f5a1 (patch) | |
tree | 61a0c2ce8437b085fd4904d7f3a4f62253eec36f /net/asterisk/files/patch-channels_h323_Makefile.in | |
parent | Remove dependencies on net/asterisk. (diff) |
Remove net/astersisk, Asterisk 1.8 reached EOL on 2015-10-21.
Please use net/asterisk11 or net/asterisk13 containing newer,
supported versions.
Notes
Notes:
svn path=/head/; revision=421952
Diffstat (limited to 'net/asterisk/files/patch-channels_h323_Makefile.in')
-rw-r--r-- | net/asterisk/files/patch-channels_h323_Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/asterisk/files/patch-channels_h323_Makefile.in b/net/asterisk/files/patch-channels_h323_Makefile.in deleted file mode 100644 index b55a15f7ec5d..000000000000 --- a/net/asterisk/files/patch-channels_h323_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- channels/h323/Makefile.in.orig 2010-06-03 14:48:09 UTC -+++ channels/h323/Makefile.in -@@ -13,7 +13,7 @@ STDCCFLAGS = -DNDEBUG - STDCCFLAGS += -I../../include -include ../../include/asterisk/autoconfig.h - STDCCFLAGS += -fPIC - #OPTCCFLAGS += --CFLAGS = -pipe -+CFLAGS = -pipe @CXXFLAGS@ - TARGET = libchanh323.a - TARGET += Makefile.ast - SOURCES = ast_h323.cxx compat_h323.cxx cisco-h225.cxx caps_h323.cxx |