public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/gdk-pixbuf/files: gdk-pixbuf-2.28.0-string_h.patch
@ 2013-04-15 22:50 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-04-15 22:50 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/04/15 22:50:10

  Added:                gdk-pixbuf-2.28.0-string_h.patch
  Log:
  Fix missing include string.h in gdk-pixbuf/io-png.c for strcmp, strlen and strncmp (revealed by the libpng16 upgrade) wrt #466034
  
  (Portage version: 2.2.0_alpha172/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.1                  x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.28.0-string_h.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.28.0-string_h.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.28.0-string_h.patch?rev=1.1&content-type=text/plain

Index: gdk-pixbuf-2.28.0-string_h.patch
===================================================================
http://bugs.gentoo.org/466034

851:24: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration]
853:32: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
873:24: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
853:46: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default]
944:58: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default]

--- gdk-pixbuf/io-png.c
+++ gdk-pixbuf/io-png.c
@@ -26,6 +26,7 @@
 #include "config.h"
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h> /* strcmp, strlen, strncmp */
 #include <png.h>
 #include "gdk-pixbuf-private.h"
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/gdk-pixbuf/files: gdk-pixbuf-2.28.0-string_h.patch
@ 2015-01-24 10:42 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2015-01-24 10:42 UTC (permalink / raw
  To: gentoo-commits

pacho       15/01/24 10:42:08

  Removed:              gdk-pixbuf-2.28.0-string_h.patch
  Log:
  Really prune all .la files (#518334), drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-24 10:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-15 22:50 [gentoo-commits] gentoo-x86 commit in x11-libs/gdk-pixbuf/files: gdk-pixbuf-2.28.0-string_h.patch Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-24 10:42 Pacho Ramos (pacho)

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