pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gtk2 Remove local errno declaration from a source ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d9084ff8df7e
branches: trunk
changeset: 494019:d9084ff8df7e
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Wed May 18 15:28:04 2005 +0000
description:
Remove local errno declaration from a source file; it conflicts with
the one in errno.h, at least under DragonFly. Closes PR pkg/30259 by
Jörg Sonnenberger.
diffstat:
x11/gtk2/distinfo | 3 ++-
x11/gtk2/patches/patch-ai | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 483ac6892099 -r d9084ff8df7e x11/gtk2/distinfo
--- a/x11/gtk2/distinfo Wed May 18 15:11:13 2005 +0000
+++ b/x11/gtk2/distinfo Wed May 18 15:28:04 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.46 2005/05/09 04:29:16 minskim Exp $
+$NetBSD: distinfo,v 1.47 2005/05/18 15:28:04 jmmv Exp $
SHA1 (gtk+-2.6.7.tar.bz2) = 3a583ae6b468ded5dfcdc87cbd4f487d56b3e2c7
RMD160 (gtk+-2.6.7.tar.bz2) = c664442d779f7fd1668a0294aa66d687f34601e4
@@ -11,3 +11,4 @@
SHA1 (patch-af) = 6797fd34be0a34368f6edede2321562678b112ff
SHA1 (patch-ag) = dc4d72a39e426b880ca69ba8bc499fdaf42e0da8
SHA1 (patch-ah) = 486d6601d6dba04830a8645c6a5791755e6538d9
+SHA1 (patch-ai) = 86caf0f12b0892593bf679117a3f17f342f7f9ca
diff -r 483ac6892099 -r d9084ff8df7e x11/gtk2/patches/patch-ai
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk2/patches/patch-ai Wed May 18 15:28:04 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.9 2005/05/18 15:28:04 jmmv Exp $
+
+--- gtk/xdgmime/xdgmimemagic.c.orig 2004-12-09 17:26:52.000000000 +0000
++++ gtk/xdgmime/xdgmimemagic.c
+@@ -47,8 +47,6 @@
+ #define TRUE (!FALSE)
+ #endif
+
+-extern int errno;
+-
+ typedef struct XdgMimeMagicMatch XdgMimeMagicMatch;
+ typedef struct XdgMimeMagicMatchlet XdgMimeMagicMatchlet;
+
Home |
Main Index |
Thread Index |
Old Index