Index: head/audio/speexdsp/Makefile =================================================================== --- head/audio/speexdsp/Makefile (revision 376649) +++ head/audio/speexdsp/Makefile (revision 376650) @@ -1,16 +1,17 @@ # $FreeBSD$ PORTNAME= speexdsp DISTVERSION= 1.2rc3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Audio compression format designed for speech GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= libtool pathfix USE_LDCONFIG= yes .include Index: head/audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in =================================================================== --- head/audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in (nonexistent) +++ head/audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in (revision 376650) @@ -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 +-#elif defined HAVE_INTTYPES_H +-# include +-#elif defined HAVE_SYS_TYPES_H +-# include +-#endif ++#include + + typedef @SIZE16@ spx_int16_t; + typedef @USIZE16@ spx_uint16_t; Property changes on: head/audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property