svn commit: r376650 - in head/audio/speexdsp: . files

Tijl Coosemans tijl at FreeBSD.org
Fri Jan 9 19:44:02 UTC 2015


Author: tijl
Date: Fri Jan  9 19:44:01 2015
New Revision: 376650
URL: https://svnweb.freebsd.org/changeset/ports/376650
QAT: https://qat.redports.org/buildarchive/r376650/

Log:
  Patch a header so other ports can include it
  
  Reported by:	antoine

Added:
  head/audio/speexdsp/files/
  head/audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in   (contents, props changed)
Modified:
  head/audio/speexdsp/Makefile

Modified: head/audio/speexdsp/Makefile
==============================================================================
--- head/audio/speexdsp/Makefile	Fri Jan  9 19:41:06 2015	(r376649)
+++ head/audio/speexdsp/Makefile	Fri Jan  9 19:44:01 2015	(r376650)
@@ -2,6 +2,7 @@
 
 PORTNAME=	speexdsp
 DISTVERSION=	1.2rc3
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.us.xiph.org/releases/speex/
 

Added: head/audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in	Fri Jan  9 19:44:01 2015	(r376650)
@@ -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;


More information about the svn-ports-all mailing list