about summary refs log tree commit diff
path: root/pkgs/applications/audio/lash/gcc-47.patch
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-02-23 21:12:24 +0100
committerVladimír Čunát <vcunat@gmail.com>2013-02-23 21:12:24 +0100
commite02153a3c0940ddc278f13e7df82623931496649 (patch)
treed21c1de6a20e90d3d54eefc0f0922ec1f7abbd3f /pkgs/applications/audio/lash/gcc-47.patch
parente469bc503ef7cf9c8f27ba81aa8f9e3df2db2990 (diff)
downloadnixlib-e02153a3c0940ddc278f13e7df82623931496649.tar
nixlib-e02153a3c0940ddc278f13e7df82623931496649.tar.gz
nixlib-e02153a3c0940ddc278f13e7df82623931496649.tar.bz2
nixlib-e02153a3c0940ddc278f13e7df82623931496649.tar.lz
nixlib-e02153a3c0940ddc278f13e7df82623931496649.tar.xz
nixlib-e02153a3c0940ddc278f13e7df82623931496649.tar.zst
nixlib-e02153a3c0940ddc278f13e7df82623931496649.zip
lash: fix for new gcc
Diffstat (limited to 'pkgs/applications/audio/lash/gcc-47.patch')
-rw-r--r--pkgs/applications/audio/lash/gcc-47.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/applications/audio/lash/gcc-47.patch b/pkgs/applications/audio/lash/gcc-47.patch
new file mode 100644
index 000000000000..774add431fab
--- /dev/null
+++ b/pkgs/applications/audio/lash/gcc-47.patch
@@ -0,0 +1,11 @@
+diff -rupN liblash/lash.c lash-0.5.4/liblash/lash.c
+--- a/liblash/lash.c	2007-03-09 10:34:40.000000000 -0500
++++ b/liblash/lash.c	2012-07-22 18:17:46.003963521 -0400
+@@ -22,6 +22,7 @@
+ #include <string.h>
+ #include <strings.h>
+ #include <pthread.h>
++#include <sys/resource.h>
+ #include <sys/types.h>
+ #include <sys/wait.h>
+ #include <sys/socket.h>