pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/inputmethod/uim Added a patch that #includes <sys/time...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cca85464cbd6
branches:  trunk
changeset: 490607:cca85464cbd6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Mar 16 12:36:20 2005 +0000

description:
Added a patch that #includes <sys/time.h> if present. Needed at least for
NetBSD-1.6.2. Approved by wiz.

diffstat:

 inputmethod/uim/distinfo         |   3 ++-
 inputmethod/uim/patches/patch-aa |  21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 9682d48f6404 -r cca85464cbd6 inputmethod/uim/distinfo
--- a/inputmethod/uim/distinfo  Wed Mar 16 12:34:49 2005 +0000
+++ b/inputmethod/uim/distinfo  Wed Mar 16 12:36:20 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 21:00:35 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/03/16 12:36:20 rillig Exp $
 
 SHA1 (uim-0.4.5.tar.gz) = a7f11c914bb8a6e23190fa9781892d8b3d3267f8
 RMD160 (uim-0.4.5.tar.gz) = 79347829c20eacd618280423c255b2e21a276ff7
 Size (uim-0.4.5.tar.gz) = 1112696 bytes
+SHA1 (patch-aa) = 1fe9938cfff5b10e926a1232fa90257490149916
diff -r 9682d48f6404 -r cca85464cbd6 inputmethod/uim/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/uim/patches/patch-aa  Wed Mar 16 12:36:20 2005 +0000
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1 2005/03/16 12:36:20 rillig Exp $
+
+--- xim/xim.h.orig     Fri Oct 15 11:18:48 2004
++++ xim/xim.h  Wed Mar 16 13:16:01 2005
+@@ -34,10 +34,16 @@
+ #ifndef _xim_h_included_
+ #define _xim_h_included_
+ 
++/* FIXME: config.h should be included from the C files, not from a header. */
++#include <config.h>
++
+ #include <X11/X.h>
+ #include <X11/Xlib.h>
+ #include <X11/keysym.h>
+ #include <list>
++#ifdef HAVE_SYS_TIME_H
++#include <sys/time.h>
++#endif
+ #include "ximserver.h"
+ #include "ximpn.h"
+ 



Home | Main Index | Thread Index | Old Index