aboutsummaryrefslogtreecommitdiff
path: root/audio/speexdsp/files/patch-include_speex_speexdsp__config__types.h.in
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /audio/speexdsp/files/patch-include_speex_speexdsp__config__types.h.in
parent5a20e7990eb544509174d617d359bf0d4ac64737 (diff)
downloadports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.tar.gz
ports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.zip
Notes
Diffstat (limited to 'audio/speexdsp/files/patch-include_speex_speexdsp__config__types.h.in')
-rw-r--r--audio/speexdsp/files/patch-include_speex_speexdsp__config__types.h.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/speexdsp/files/patch-include_speex_speexdsp__config__types.h.in b/audio/speexdsp/files/patch-include_speex_speexdsp__config__types.h.in
new file mode 100644
index 000000000000..61944bb31e76
--- /dev/null
+++ b/audio/speexdsp/files/patch-include_speex_speexdsp__config__types.h.in
@@ -0,0 +1,17 @@
+--- include/speex/speexdsp_config_types.h.in.orig 2015-01-03 20:26:24 UTC
++++ include/speex/speexdsp_config_types.h.in
+@@ -1,13 +1,7 @@
+ #ifndef __SPEEX_TYPES_H__
+ #define __SPEEX_TYPES_H__
+
+-#if defined HAVE_STDINT_H
+-# include <stdint.h>
+-#elif defined HAVE_INTTYPES_H
+-# include <inttypes.h>
+-#elif defined HAVE_SYS_TYPES_H
+-# include <sys/types.h>
+-#endif
++#include <stdint.h>
+
+ typedef @SIZE16@ spx_int16_t;
+ typedef @USIZE16@ spx_uint16_t;