diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-09 19:44:01 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-09 19:44:01 +0000 |
commit | 85d5fd21e4b8352d8d1d69b5feabd2aec3441b0b (patch) | |
tree | 676f042c5f4e0ac195fdf221cbdac21dd3c5c39c /audio/speexdsp | |
parent | fe148103c3e04483301faef68b01d5800d8fa789 (diff) | |
download | ports-85d5fd21e4b8352d8d1d69b5feabd2aec3441b0b.tar.gz ports-85d5fd21e4b8352d8d1d69b5feabd2aec3441b0b.zip |
Notes
Diffstat (limited to 'audio/speexdsp')
-rw-r--r-- | audio/speexdsp/Makefile | 1 | ||||
-rw-r--r-- | audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/audio/speexdsp/Makefile b/audio/speexdsp/Makefile index 0415645bcc56..d64761d93b2f 100644 --- a/audio/speexdsp/Makefile +++ b/audio/speexdsp/Makefile @@ -2,6 +2,7 @@ PORTNAME= speexdsp DISTVERSION= 1.2rc3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ 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; |