tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lash: fix for new gcc
Vladimír Čunát
13 years ago
e02153a3
e469bc50
+13
-1
2 changed files
expand all
collapse all
unified
split
pkgs
applications
audio
lash
default.nix
gcc-47.patch
+2
-1
pkgs/applications/audio/lash/default.nix
···
12
sha256 = "05kc4brcx8mncai0rj2gz4s4bsrsy9q8xlnaddf75i0m8jl7snhh";
13
};
14
15
-
patches = [ ./socket.patch ];
0
16
17
buildInputs = [ alsaLib gtk jackaudio libuuid libxml2 makeWrapper
18
pkgconfig readline ];
···
12
sha256 = "05kc4brcx8mncai0rj2gz4s4bsrsy9q8xlnaddf75i0m8jl7snhh";
13
};
14
15
+
# http://permalink.gmane.org/gmane.linux.redhat.fedora.extras.cvs/822346
16
+
patches = [ ./socket.patch ./gcc-47.patch ];
17
18
buildInputs = [ alsaLib gtk jackaudio libuuid libxml2 makeWrapper
19
pkgconfig readline ];
+11
pkgs/applications/audio/lash/gcc-47.patch
···
0
0
0
0
0
0
0
0
0
0
0
···
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>