lash: fix for new gcc

+13 -1
+2 -1
pkgs/applications/audio/lash/default.nix
··· 12 12 sha256 = "05kc4brcx8mncai0rj2gz4s4bsrsy9q8xlnaddf75i0m8jl7snhh"; 13 13 }; 14 14 15 - patches = [ ./socket.patch ]; 15 + # http://permalink.gmane.org/gmane.linux.redhat.fedora.extras.cvs/822346 16 + patches = [ ./socket.patch ./gcc-47.patch ]; 16 17 17 18 buildInputs = [ alsaLib gtk jackaudio libuuid libxml2 makeWrapper 18 19 pkgconfig readline ];
+11
pkgs/applications/audio/lash/gcc-47.patch
··· 1 + diff -rupN liblash/lash.c lash-0.5.4/liblash/lash.c 2 + --- a/liblash/lash.c 2007-03-09 10:34:40.000000000 -0500 3 + +++ b/liblash/lash.c 2012-07-22 18:17:46.003963521 -0400 4 + @@ -22,6 +22,7 @@ 5 + #include <string.h> 6 + #include <strings.h> 7 + #include <pthread.h> 8 + +#include <sys/resource.h> 9 + #include <sys/types.h> 10 + #include <sys/wait.h> 11 + #include <sys/socket.h>