summaryrefslogtreecommitdiff
path: root/x11/vte/patches
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2003-12-18 09:08:44 +0000
committercube <cube@pkgsrc.org>2003-12-18 09:08:44 +0000
commit7af095f5cfd468c5221dbd8a239a425e9caca6ca (patch)
tree9f4e863ebbda310a6cfa53888166404b6010f9bf /x11/vte/patches
parent037c716d7cac07705bcf454637468957ce55c512 (diff)
downloadpkgsrc-7af095f5cfd468c5221dbd8a239a425e9caca6ca.tar.gz
Move inclusion of <sys/select.h> after <sys/types.h> in src/dumpkeys.c.
That fixes the build on my 1.6.2_RC2 box.
Diffstat (limited to 'x11/vte/patches')
-rw-r--r--x11/vte/patches/patch-ad14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/vte/patches/patch-ad b/x11/vte/patches/patch-ad
new file mode 100644
index 00000000000..1b455476006
--- /dev/null
+++ b/x11/vte/patches/patch-ad
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.1 2003/12/18 09:08:44 cube Exp $
+
+--- src/dumpkeys.c.orig Thu Apr 24 04:50:54 2003
++++ src/dumpkeys.c
+@@ -20,2 +20,4 @@
+ #include "../config.h"
++#include <sys/time.h>
++#include <sys/types.h>
+ #ifdef HAVE_SYS_SELECT_H
+@@ -23,4 +25,2 @@
+ #endif
+-#include <sys/time.h>
+-#include <sys/types.h>
+ #include <unistd.h>