* [gentoo-commits] gentoo-x86 commit in x11-misc/xscreensaver/files: xscreensaver-5.31-uint32_t.patch xscreensaver-5.31-pragma.patch
@ 2014-11-17 12:19 Jeroen Roovers (jer)
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2014-11-17 12:19 UTC (permalink / raw
To: gentoo-commits
jer 14/11/17 12:19:38
Added: xscreensaver-5.31-uint32_t.patch
xscreensaver-5.31-pragma.patch
Log:
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.1 x11-misc/xscreensaver/files/xscreensaver-5.31-uint32_t.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/files/xscreensaver-5.31-uint32_t.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/files/xscreensaver-5.31-uint32_t.patch?rev=1.1&content-type=text/plain
Index: xscreensaver-5.31-uint32_t.patch
===================================================================
--- a/hacks/binaryring.c
+++ b/hacks/binaryring.c
@@ -23,6 +23,7 @@
* implied warranty.
*/
+#include <stdint.h> /* uint32_t */
#include "screenhack.h"
#include "colors.h"
#include "hsv.h"
1.1 x11-misc/xscreensaver/files/xscreensaver-5.31-pragma.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/files/xscreensaver-5.31-pragma.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xscreensaver/files/xscreensaver-5.31-pragma.patch?rev=1.1&content-type=text/plain
Index: xscreensaver-5.31-pragma.patch
===================================================================
--- a/hacks/memscroller.c
+++ b/hacks/memscroller.c
@@ -307,7 +307,7 @@
-- sbrk(2) man page on BSD systems, as of 1995 or so.
*/
#ifdef HAVE_SBRK
-# if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2)) /* gcc >= 4.2 */
+# if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6)) /* gcc >= 4.6 */
/* Don't print "warning: 'sbrk' is deprecated". */
# pragma GCC diagnostic ignored "-Wdeprecated-declarations"
# endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-11-17 12:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-17 12:19 [gentoo-commits] gentoo-x86 commit in x11-misc/xscreensaver/files: xscreensaver-5.31-uint32_t.patch xscreensaver-5.31-pragma.patch Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox