public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/xcalendar/files: xcalendar-4.0-implicits.patch
@ 2010-09-01 15:06 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; only message in thread
From: Kacper Kowalik (xarthisius) @ 2010-09-01 15:06 UTC (permalink / raw
  To: gentoo-commits

xarthisius    10/09/01 15:06:24

  Added:                xcalendar-4.0-implicits.patch
  Log:
  Respect CC,CFLAGS,LDFLAGS. Fixes bug 335520. Thanks to Diego for the report. Fix multilib paths and implicit functions declarations. Add missing dependency on x11-misc/gccmakedep
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-misc/xcalendar/files/xcalendar-4.0-implicits.patch

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

Index: xcalendar-4.0-implicits.patch
===================================================================
Fix implicit functions declarations

--- xcalendar/xcalendar.h
+++ xcalendar/xcalendar.h
@@ -37,6 +37,7 @@
 
 
 #include <stdio.h>
+#include <stdlib.h>
 #include  <X11/Xos.h>
 #include <X11/Xlib.h>
 #include <X11/Intrinsic.h>
--- xcalendar/lists.c
+++ xcalendar/lists.c
@@ -25,6 +25,7 @@
 
 #include "xcalendar.h"
 
+is_last(LList *list);
 
 List 
 CreateList(length, elementSize)






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

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

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-01 15:06 [gentoo-commits] gentoo-x86 commit in x11-misc/xcalendar/files: xcalendar-4.0-implicits.patch Kacper Kowalik (xarthisius)

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