From ecbc73e2d93edf2bd9285d88e6e756ed6cab557a Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@voidlinux.eu>
Date: Sat, 9 May 2015 10:23:53 +0200
Subject: [PATCH] cdparanoia: u_intxx_t -> uintxx_t

---
 srcpkgs/cdparanoia/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/cdparanoia/template b/srcpkgs/cdparanoia/template
index f978bbc584..f689be3e78 100644
--- a/srcpkgs/cdparanoia/template
+++ b/srcpkgs/cdparanoia/template
@@ -1,7 +1,7 @@
 # Template file for 'cdparanoia'.
 pkgname=cdparanoia
 version=10.2
-revision=10
+revision=11
 wrksrc="${pkgname}-III-${version}"
 hostmakedepends="libtool automake"
 build_style=gnu-configure
@@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
 distfiles="http://downloads.xiph.org/releases/$pkgname/$pkgname-III-$version.src.tgz"
 checksum=005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df
 
-CFLAGS="-fPIC"
+CFLAGS="-fPIC -Du_int16_t=uint16_t -Du_int32_t=uint32_t"
 disable_parallel_build=yes
 
 pre_configure() {