diff options
author | Mark H Weaver <mhw@netris.org> | 2013-10-31 23:59:00 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-11-03 23:26:27 -0500 |
commit | 46acd054010134eba293c3b978e82edb9ebc21fb (patch) | |
tree | 42999dfdbbdf8b1c998804eb888d9e8bb7c17dc9 /gnu-system.am | |
parent | bcd94e192a8459107ba43f03694fc82a35af6447 (diff) | |
download | guix-46acd054010134eba293c3b978e82edb9ebc21fb.tar guix-46acd054010134eba293c3b978e82edb9ebc21fb.tar.gz |
gnu: libtheora: patch ancient config.guess to support mips64.
* gnu/packages/patches/libtheora-config-guess.patch: New file.
* gnu/packages/oggvorbis.scm (libtheora): Add patch.
* gnu-system.am (dist_patch_DATA): Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 6f2b4d12ce..2d9ac98ece 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -240,6 +240,7 @@ dist_patch_DATA = \ gnu/packages/patches/hop-bigloo-4.0b.patch \ gnu/packages/patches/libevent-dns-tests.patch \ gnu/packages/patches/libffi-mips-n32-fix.patch \ + gnu/packages/patches/libtheora-config-guess.patch \ gnu/packages/patches/libtool-skip-tests.patch \ gnu/packages/patches/libtool-skip-tests-for-mips.patch \ gnu/packages/patches/m4-gets-undeclared.patch \ |