summaryrefslogtreecommitdiff
path: root/gnu/packages/mp3.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2013-11-01 00:15:16 -0400
committerMark H Weaver <mhw@netris.org>2013-11-03 23:26:32 -0500
commitdd863f1f39858bf9d3f1a9de4b4eccc8d3f75d62 (patch)
treea0eb1c62c78a2987f6f89efa9420580785e84d38 /gnu/packages/mp3.scm
parent46acd054010134eba293c3b978e82edb9ebc21fb (diff)
downloadguix-patches-dd863f1f39858bf9d3f1a9de4b4eccc8d3f75d62.tar
guix-patches-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/packages/mp3.scm')
-rw-r--r--gnu/packages/mp3.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index b604a36291..5f69255d2a 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -44,7 +44,8 @@
version ".tar.gz"))
(sha256
(base32
- "14460zhacxhswnzb36qfpd1f2wbk10qvksvm6wyq5hpvdgnw7ymv"))))
+ "14460zhacxhswnzb36qfpd1f2wbk10qvksvm6wyq5hpvdgnw7ymv"))
+ (patches (list (search-patch "libmad-mips-newgcc.patch")))))
(build-system gnu-build-system)
(arguments
`(#:phases