public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/piedock/files: piedock-1.6.1-mem.patch
@ 2013-06-01 15:29 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2013-06-01 15:29 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/06/01 15:29:46

  Added:                piedock-1.6.1-mem.patch
  Log:
  Fix building with libpng16 which doesn't implicitly pull in string.h through png.h anymore wrt #471460 by F. Delente
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.1                  x11-misc/piedock/files/piedock-1.6.1-mem.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/files/piedock-1.6.1-mem.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/files/piedock-1.6.1-mem.patch?rev=1.1&content-type=text/plain

Index: piedock-1.6.1-mem.patch
===================================================================
http://bugs.gentoo.org/471460

--- src/IconMap.cpp
+++ src/IconMap.cpp
@@ -15,6 +15,7 @@
 #include "WildcardCompare.h"
 #include "Png.h"
 
+#include <string.h> /* memset */
 #include <algorithm>
 #include <sstream>
 #include <fstream>
--- src/Png.cpp
+++ src/Png.cpp
@@ -13,6 +13,7 @@
  */
 #include "Png.h"
 
+#include <string.h> /* memcpy */
 #include <fstream>
 #include <stdexcept>
 





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

only message in thread, other threads:[~2013-06-01 15:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-01 15:29 [gentoo-commits] gentoo-x86 commit in x11-misc/piedock/files: piedock-1.6.1-mem.patch 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