diff options
author | Mark H Weaver <mhw@netris.org> | 2013-11-01 00:15:16 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-11-03 23:26:32 -0500 |
commit | dd863f1f39858bf9d3f1a9de4b4eccc8d3f75d62 (patch) | |
tree | a0eb1c62c78a2987f6f89efa9420580785e84d38 /gnu-system.am | |
parent | 46acd054010134eba293c3b978e82edb9ebc21fb (diff) | |
download | guix-dd863f1f39858bf9d3f1a9de4b4eccc8d3f75d62.tar guix-dd863f1f39858bf9d3f1a9de4b4eccc8d3f75d62.tar.gz |
gnu: libmad: Fix MIPS assembler code to work with new GCC.
* gnu/packages/patches/libmad-mips-newgcc.patch: New file.
* gnu/packages/mp3.scm (libmad): 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 2d9ac98ece..fe84744767 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/libmad-mips-newgcc.patch \ gnu/packages/patches/libtheora-config-guess.patch \ gnu/packages/patches/libtool-skip-tests.patch \ gnu/packages/patches/libtool-skip-tests-for-mips.patch \ |