Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/alsaplayer/files: alsaplayer-0.99.80-missing_limits_h.patch
Date: Sat, 05 Jul 2008 06:49:49
Message-Id: E1KF1aa-0007cq-88@stork.gentoo.org
1 drac 08/07/05 06:49:44
2
3 Added: alsaplayer-0.99.80-missing_limits_h.patch
4 Log:
5 Add missing limits.h, fixes compiling with >=glibc-2.8 by Bernard Cafarelli. Bug #230798.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/alsaplayer/files/alsaplayer-0.99.80-missing_limits_h.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsaplayer/files/alsaplayer-0.99.80-missing_limits_h.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsaplayer/files/alsaplayer-0.99.80-missing_limits_h.patch?rev=1.1&content-type=text/plain
13
14 Index: alsaplayer-0.99.80-missing_limits_h.patch
15 ===================================================================
16 --- app/ControlSocket.cpp.orig 2008-07-04 22:34:38.000000000 +0200
17 +++ app/ControlSocket.cpp 2008-07-04 22:35:53.000000000 +0200
18 @@ -28,6 +28,7 @@
19 #include <sys/un.h>
20 #include <csignal>
21 #include <pwd.h>
22 +#include <limits.h>
23 #include "control.h"
24 #include "message.h"
25 #include "Playlist.h"
26
27
28
29 --
30 gentoo-commits@l.g.o mailing list