diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-08-08 13:04:49 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-08-08 13:04:49 +0000 |
commit | d3728e419f7fddfb7595428b581ed2967591659b (patch) | |
tree | 9119efc5afbbb862af9b160ff7a22440c4ead261 /net/asterisk13/files/patch-include-asterisk-config.h | |
parent | Resurrect multimedia/tovid (diff) |
- Update net/asterisk11 to 11.19.0
- 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]
Diffstat (limited to 'net/asterisk13/files/patch-include-asterisk-config.h')
-rw-r--r-- | net/asterisk13/files/patch-include-asterisk-config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk13/files/patch-include-asterisk-config.h b/net/asterisk13/files/patch-include-asterisk-config.h index 09f86867546d..3c4cd7bb8ab8 100644 --- a/net/asterisk13/files/patch-include-asterisk-config.h +++ b/net/asterisk13/files/patch-include-asterisk-config.h @@ -1,6 +1,6 @@ ---- include/asterisk/config.h.orig 2014-10-16 17:30:39 UTC +--- include/asterisk/config.h.orig 2015-07-24 22:20:17 UTC +++ include/asterisk/config.h -@@ -674,6 +674,8 @@ struct ast_variable *ast_variables_rever +@@ -714,6 +714,8 @@ struct ast_variable *ast_variables_rever * This function frees a list of variables. */ void ast_variables_destroy(struct ast_variable *var); |