Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/pulseaudio/files: pulseaudio-0.9.15-bsd.patch
Date: Fri, 19 Jun 2009 20:33:39
Message-Id: E1MHkmI-0005XY-Hq@stork.gentoo.org
1 aballier 09/06/19 20:33:38
2
3 Added: pulseaudio-0.9.15-bsd.patch
4 Log:
5 add a patch from upstream to build on bsd
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/pulseaudio/files/pulseaudio-0.9.15-bsd.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/files/pulseaudio-0.9.15-bsd.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/pulseaudio/files/pulseaudio-0.9.15-bsd.patch?rev=1.1&content-type=text/plain
13
14 Index: pulseaudio-0.9.15-bsd.patch
15 ===================================================================
16 commit ff5b7fb222db265dfbc5f44dc3d55ce6396d78ca
17 Author: Diego Elio 'Flameeyes' Pettenò <flameeyes@×××××.com>
18 Date: Fri May 15 23:42:43 2009 +0200
19
20 Add missing headers' include to build on FreeBSD 7.1.
21
22 diff --git a/src/modules/rtp/rtsp_client.c b/src/modules/rtp/rtsp_client.c
23 index 629328a..cb037de 100644
24 --- a/src/modules/rtp/rtsp_client.c
25 +++ b/src/modules/rtp/rtsp_client.c
26 @@ -30,6 +30,7 @@
27 #include <arpa/inet.h>
28 #include <unistd.h>
29 #include <sys/ioctl.h>
30 +#include <netinet/in.h>
31
32 #ifdef HAVE_SYS_FILIO_H
33 #include <sys/filio.h>