diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-02 16:46:16 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-02 16:55:35 +0100 |
commit | feeeee241868e39d102f074805b38d6621435f25 (patch) | |
tree | fc6ee9cb42bfb2cf7458d85155d09c6e2aa2ca93 /gnu/local.mk | |
parent | de643f0c15677665acce73db9c28c5488e623633 (diff) | |
download | patches-feeeee241868e39d102f074805b38d6621435f25.tar patches-feeeee241868e39d102f074805b38d6621435f25.tar.gz |
gnu: gst-plugins-base: Fix build on 32bit.
* gnu/packages/patches/gst-plugins-base-fix-test-on-32bit.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gstreamer.scm (gst-plugins-base)[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 7377e5122f..d405fce182 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -602,6 +602,7 @@ dist_patch_DATA = \ %D%/packages/patches/grub-gets-undeclared.patch \ %D%/packages/patches/grub-freetype.patch \ %D%/packages/patches/gsl-test-i686.patch \ + %D%/packages/patches/gst-plugins-base-fix-test-on-32bit.patch \ %D%/packages/patches/guile-1.8-cpp-4.5.patch \ %D%/packages/patches/guile-arm-fixes.patch \ %D%/packages/patches/guile-default-utf8.patch \ |