public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/noad/files/patches-0.7.x: noad-0.7.3_missing_include.diff
@ 2013-03-29  9:41 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2013-03-29  9:41 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/03/29 09:41:15

  Added:                noad-0.7.3_missing_include.diff
  Log:
  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ò.
  
  (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.1                  media-video/noad/files/patches-0.7.x/noad-0.7.3_missing_include.diff

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
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

Index: noad-0.7.3_missing_include.diff
===================================================================
Add missing includes for ressource limits.

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>

--- main.cpp
+++ main.cpp
@@ -22,6 +22,7 @@
 
 #include <stdlib.h>
 #include <time.h>
+#include <sys/resource.h>
 #include <sys/wait.h>
 #include <signal.h>
 #include <execinfo.h>





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-29  9:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-29  9:41 [gentoo-commits] gentoo-x86 commit in media-video/noad/files/patches-0.7.x: noad-0.7.3_missing_include.diff Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox