summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-11-27 23:40:39 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-11-27 23:40:39 +0000
commit63149c9f7dd0cf009283147f444fb21ccda36da2 (patch)
tree0ac64730696110d110e6f67f9776531ac1a80e2d /media-sound/esound/files
parentMasking net-misc/logjam and net-news/straw (diff)
downloadgentoo-2-63149c9f7dd0cf009283147f444fb21ccda36da2.tar.gz
gentoo-2-63149c9f7dd0cf009283147f444fb21ccda36da2.tar.bz2
gentoo-2-63149c9f7dd0cf009283147f444fb21ccda36da2.zip
add patch to fix compilation with USE=debug, bug #248821.
(Portage version: 2.2_rc15/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'media-sound/esound/files')
-rw-r--r--media-sound/esound/files/esound-0.2.41-debug.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-sound/esound/files/esound-0.2.41-debug.patch b/media-sound/esound/files/esound-0.2.41-debug.patch
new file mode 100644
index 000000000000..ece4f76f806f
--- /dev/null
+++ b/media-sound/esound/files/esound-0.2.41-debug.patch
@@ -0,0 +1,12 @@
+diff -u -r esound-0.2.41.old/clients.c esound-0.2.41/clients.c
+--- esound-0.2.41.old/clients.c 2008-11-26 20:01:03.000000000 +0200
++++ esound-0.2.41/clients.c 2008-11-26 20:01:47.000000000 +0200
+@@ -175,6 +175,8 @@
+ ESDBG_TRACE(
+ if (esd_use_tcpip) {
+
++ unsigned long addr;
++
+ port = ntohs( incoming.sin_port );
+ addr = ntohl( incoming.sin_addr.s_addr );
+