summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-14 15:35:25 +0000
committerjoerg <joerg>2005-12-14 15:35:25 +0000
commita24fb1ab55c86a655c4b262a64e2e4940b26a0d7 (patch)
tree70f62fc824a25d9846bdc8ac2024c6a423d63d47
parent3bc00a85dd28f0e2c887cb5b0f1cfb2709df2b68 (diff)
downloadpkgsrc-a24fb1ab55c86a655c4b262a64e2e4940b26a0d7.tar.gz
sys/errno.h + extern errno => errno.h
-rw-r--r--x11/xfce3/distinfo3
-rw-r--r--x11/xfce3/patches/patch-ab21
2 files changed, 23 insertions, 1 deletions
diff --git a/x11/xfce3/distinfo b/x11/xfce3/distinfo
index 7611aab0cfc..a6d45a50919 100644
--- a/x11/xfce3/distinfo
+++ b/x11/xfce3/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 17:36:22 wiz Exp $
+$NetBSD: distinfo,v 1.3 2005/12/14 15:35:25 joerg Exp $
SHA1 (xfce-3.8.18.tar.gz) = d4ab39c4ddeb68d2cc1ceb03af14b0e95b8f5c61
RMD160 (xfce-3.8.18.tar.gz) = 5060b285e6f9bc1bfdda54d314d0c92832264268
Size (xfce-3.8.18.tar.gz) = 5166881 bytes
SHA1 (patch-aa) = 483963bb078ec5bf15cd7c51f34b4f4184848ceb
+SHA1 (patch-ab) = 58d94c58d30e09b56f3c4744844bc28adab284ba
SHA1 (patch-ac) = 522fda7357121014b3570ebce1f64aaca3141a54
diff --git a/x11/xfce3/patches/patch-ab b/x11/xfce3/patches/patch-ab
new file mode 100644
index 00000000000..bc2b3570fe5
--- /dev/null
+++ b/x11/xfce3/patches/patch-ab
@@ -0,0 +1,21 @@
+$NetBSD: patch-ab,v 1.1 2005/12/14 15:35:25 joerg Exp $
+
+--- xfwm/module.c.orig 2005-12-14 15:06:36.000000000 +0000
++++ xfwm/module.c
+@@ -43,7 +43,7 @@
+ #include <ctype.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
+-#include <sys/errno.h>
++#include <errno.h>
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+ #include <X11/keysym.h>
+@@ -670,7 +670,6 @@ FlushQueue (int module)
+ char *dptr;
+ struct queue_buff_struct *d;
+ int a;
+- extern int errno;
+
+ if ((pipeOn[module] <= 0) || (pipeQueue[module] == NULL))
+ return;