diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-04-18 17:52:21 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-04-18 18:34:46 +0200 |
commit | fbdd3526a1cab61602da1fcbfbc3ff02d99b23fe (patch) | |
tree | a40917c517d5fe660262ce074a38b2108abee080 /gnu/local.mk | |
parent | 8c4b4b65624198261d6e583214da9aa7c5524290 (diff) | |
download | patches-fbdd3526a1cab61602da1fcbfbc3ff02d99b23fe.tar patches-fbdd3526a1cab61602da1fcbfbc3ff02d99b23fe.tar.gz |
gnu: libsndfile: Fix build failure on armhf.
* gnu/packages/patches/libsndfile-armhf-type-checks.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pulseaudio.scm (libsndfile)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 552dd05498..e6dee58397 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -710,6 +710,7 @@ dist_patch_DATA = \ %D%/packages/patches/libmad-armv7-thumb-pt2.patch \ %D%/packages/patches/libmad-frame-length.patch \ %D%/packages/patches/libmad-mips-newgcc.patch \ + %D%/packages/patches/libsndfile-armhf-type-checks.patch \ %D%/packages/patches/libssh2-fix-build-failure-with-gcrypt.patch \ %D%/packages/patches/libtar-CVE-2013-4420.patch \ %D%/packages/patches/libtheora-config-guess.patch \ |