Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/esound/files: esound-0.2.41-debug.patch
Date: Thu, 27 Nov 2008 23:40:43
Message-Id: E1L5qTP-0008Ea-Hu@stork.gentoo.org
1 eva 08/11/27 23:40:39
2
3 Added: esound-0.2.41-debug.patch
4 Log:
5 add patch to fix compilation with USE=debug, bug #248821.
6 (Portage version: 2.2_rc15/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/esound/files/esound-0.2.41-debug.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/esound/files/esound-0.2.41-debug.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/esound/files/esound-0.2.41-debug.patch?rev=1.1&content-type=text/plain
13
14 Index: esound-0.2.41-debug.patch
15 ===================================================================
16 diff -u -r esound-0.2.41.old/clients.c esound-0.2.41/clients.c
17 --- esound-0.2.41.old/clients.c 2008-11-26 20:01:03.000000000 +0200
18 +++ esound-0.2.41/clients.c 2008-11-26 20:01:47.000000000 +0200
19 @@ -175,6 +175,8 @@
20 ESDBG_TRACE(
21 if (esd_use_tcpip) {
22
23 + unsigned long addr;
24 +
25 port = ntohs( incoming.sin_port );
26 addr = ntohl( incoming.sin_addr.s_addr );