Making alsa build on mips with a patch

svn path=/nixpkgs/branches/stdenv-updates/; revision=23575
This commit is contained in:
Lluís Batlle i Rossell
2010-09-01 08:34:34 +00:00
parent 7608617484
commit 517cc51331
2 changed files with 44 additions and 0 deletions
@@ -39,5 +39,10 @@ stdenv.mkDerivation rec {
See http://thread.gmane.org/gmane.linux.distributions.nixos/3435
*/
./alsa-plugin-dirs.patch
/* patch provided by larsc on irc.
it may be a compiler problem on mips; without this, alsa does not build
on mips, because lacks some symbols atomic_add/atomic_sub */
./mips-atomic.patch
];
}