speexdsp: fix integer types not being included

Description in comments of https://aur.archlinux.org/packages/retroshare/
I'm not sure why their conditionals don't work, but this fix should be safe.

/cc maintainer @wkennington.
This commit is contained in:
Vladimír Čunát 2015-05-28 11:53:21 +02:00
parent fa89e79391
commit 026aa123a4

View File

@ -9,6 +9,7 @@ stdenv.mkDerivation rec {
};
patches = [ ./build-fix.patch ];
postPatch = "sed '3i#include <stdint.h>' -i ./include/speex/speexdsp_config_types.h.in";
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ fftw ];