diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-11-25 06:15:20 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-11-25 06:15:20 +0000 |
commit | 75f73e87231599e450dc6bcf25b5eec0c3df68cd (patch) | |
tree | 8539f1ee39848c68924f06d04e4a35c427e761e3 /user/tellico/btparse-strcasecmp.patch | |
parent | f827eb8f60d926607ee409dbbc93159a1e52c4d6 (diff) | |
download | packages-75f73e87231599e450dc6bcf25b5eec0c3df68cd.tar.gz packages-75f73e87231599e450dc6bcf25b5eec0c3df68cd.tar.bz2 packages-75f73e87231599e450dc6bcf25b5eec0c3df68cd.tar.xz packages-75f73e87231599e450dc6bcf25b5eec0c3df68cd.zip |
user/tellico: New package
Diffstat (limited to 'user/tellico/btparse-strcasecmp.patch')
-rw-r--r-- | user/tellico/btparse-strcasecmp.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/user/tellico/btparse-strcasecmp.patch b/user/tellico/btparse-strcasecmp.patch new file mode 100644 index 000000000..2afd4dec3 --- /dev/null +++ b/user/tellico/btparse-strcasecmp.patch @@ -0,0 +1,20 @@ +--- tellico-3.1.3/src/3rdparty/btparse/lex_auxiliary.c.old 2018-09-03 00:35:39.883417043 +0000 ++++ tellico-3.1.3/src/3rdparty/btparse/lex_auxiliary.c 2018-11-25 06:07:20.260000000 +0000 +@@ -32,6 +32,7 @@ + #include "bt_debug.h" + #include <stdlib.h> + #include <string.h> ++#include <strings.h> + #include <ctype.h> + #include <stdarg.h> + #include <assert.h> +--- tellico-3.1.3/src/3rdparty/btparse/sym.c.old 2018-09-03 00:35:39.887417131 +0000 ++++ tellico-3.1.3/src/3rdparty/btparse/sym.c 2018-11-25 06:07:11.570000000 +0000 +@@ -110,6 +110,7 @@ + /*#include "bt_config.h"*/ + #include <stdio.h> + #include <string.h> ++#include <strings.h> + #include <stdlib.h> + #ifdef MEMCHK + #include "trax.h" |