Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/noad/files/patches-0.7.x: noad-0.7.3_missing_include.diff
Date: Fri, 29 Mar 2013 09:41:19
Message-Id: 20130329094115.196DC2171E@flycatcher.gentoo.org
1 ssuominen 13/03/29 09:41:15
2
3 Added: noad-0.7.3_missing_include.diff
4 Log:
5 Enable building marcpics utility because there was no need to disable both, marcpics and showindex when only showindex fails to compile. Remove redudant append-flags -D__STDC_CONSTANT_MACROS because -D__STDC_CONSTANT_MACROS is part of upstream configure.ac. Fix building with recent libc wrt #425288 by Markus Rathgeb and Diego Elio Pettenò. Respect environment CXXFLAGS wrt #426746 by Diego Elio Pettenò.
6
7 (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.1 media-video/noad/files/patches-0.7.x/noad-0.7.3_missing_include.diff
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/files/patches-0.7.x/noad-0.7.3_missing_include.diff?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/noad/files/patches-0.7.x/noad-0.7.3_missing_include.diff?rev=1.1&content-type=text/plain
14
15 Index: noad-0.7.3_missing_include.diff
16 ===================================================================
17 Add missing includes for ressource limits.
18
19 Signed-off-by: Markus Rathgeb <maggu2810@×××××.com>
20
21 --- main.cpp
22 +++ main.cpp
23 @@ -22,6 +22,7 @@
24
25 #include <stdlib.h>
26 #include <time.h>
27 +#include <sys/resource.h>
28 #include <sys/wait.h>
29 #include <signal.h>
30 #include <execinfo.h>