diff options
Diffstat (limited to 'media-sound/lash/files/lash-0.5.4-glibc2.8.patch')
-rw-r--r-- | media-sound/lash/files/lash-0.5.4-glibc2.8.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-sound/lash/files/lash-0.5.4-glibc2.8.patch b/media-sound/lash/files/lash-0.5.4-glibc2.8.patch new file mode 100644 index 000000000000..56bc89af0291 --- /dev/null +++ b/media-sound/lash/files/lash-0.5.4-glibc2.8.patch @@ -0,0 +1,14 @@ +--- liblash/socket.c.old 2008-06-26 15:20:44.227064193 +0200 ++++ liblash/socket.c 2008-06-26 15:21:18.245063129 +0200 +@@ -20,6 +20,11 @@ + + #define _POSIX_SOURCE /* addrinfo */ + ++#ifdef LASH_BUILD ++#define _GNU_SOURCE ++#include "config.h" ++#endif /* LASH_BUILD */ ++ + #include <stdint.h> + #include <sys/types.h> + #include <sys/socket.h> |