public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libmemcache/files: libmemcache-1.4.0_rc2-implicit_pointer.patch
@ 2010-07-30 18:21 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2010-07-30 18:21 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/07/30 18:21:01

  Added:                libmemcache-1.4.0_rc2-implicit_pointer.patch
  Log:
  Add patch to fix implicit pointer declaration causing compilation problems on amd64 host
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-libs/libmemcache/files/libmemcache-1.4.0_rc2-implicit_pointer.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmemcache/files/libmemcache-1.4.0_rc2-implicit_pointer.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libmemcache/files/libmemcache-1.4.0_rc2-implicit_pointer.patch?rev=1.1&content-type=text/plain

Index: libmemcache-1.4.0_rc2-implicit_pointer.patch
===================================================================
Index: libmemcache-1.4.0.rc2/test/benchmark/benchmark.c
===================================================================
--- libmemcache-1.4.0.rc2.orig/test/benchmark/benchmark.c
+++ libmemcache-1.4.0.rc2/test/benchmark/benchmark.c
@@ -29,6 +29,7 @@
 
 #include "memcache.h"
 
+char *strdup(const char *s1);
 double tt(const struct timeval *t1, const struct timeval *t2);
 
 double






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

only message in thread, other threads:[~2010-07-30 19:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-30 18:21 [gentoo-commits] gentoo-x86 commit in dev-libs/libmemcache/files: libmemcache-1.4.0_rc2-implicit_pointer.patch Markos Chandras (hwoarang)

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