From a060ca32011d6224bbc2ce70f73314a9ab51c188 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sun, 26 Jul 2015 15:24:20 +0200 Subject: gnu: avidemux: Install libraries to lib. * gnu/packages/video.scm (avidemux)[source]: Add patch to install to lib directory instead of lib64 or lib32 depending on the architecture. [arguments]: Use the lib instead of the lib64 directory for flags in the build phase, so that these flags should now also work on i686. * gnu/packages/patches/avidemux-install-to-lib.patch: New file. * gnu-system.am (dist_patch_DATA): Register it. --- gnu-system.am | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu-system.am') diff --git a/gnu-system.am b/gnu-system.am index d6635fe636..ae0ad372c8 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -390,6 +390,7 @@ dist_patch_DATA = \ gnu/packages/patches/audacity-fix-ffmpeg-binding.patch \ gnu/packages/patches/automake-skip-amhello-tests.patch \ gnu/packages/patches/avahi-localstatedir.patch \ + gnu/packages/patches/avidemux-install-to-lib.patch \ gnu/packages/patches/avrdude-fix-libusb.patch \ gnu/packages/patches/bash-completion-directories.patch \ gnu/packages/patches/bedtools-32bit-compilation.patch \ -- cgit v1.2.3