summaryrefslogtreecommitdiff
path: root/x11/rxvt/patches
diff options
context:
space:
mode:
authorwiz <wiz>2000-08-30 00:01:03 +0000
committerwiz <wiz>2000-08-30 00:01:03 +0000
commitd241d6b95ca2cdaecb45583069aefb2f9fceae82 (patch)
tree4a9aa86ab58dd5d9698399c04c1c1c71704705b4 /x11/rxvt/patches
parent04da75fe0d5d0256d3823176d49b7c7862b965ba (diff)
downloadpkgsrc-d241d6b95ca2cdaecb45583069aefb2f9fceae82.tar.gz
Fix package to compile again. Patches supplied by NONAKA Kimihiro in
pkg/10909.
Diffstat (limited to 'x11/rxvt/patches')
-rw-r--r--x11/rxvt/patches/patch-aa2
-rw-r--r--x11/rxvt/patches/patch-ab2
-rw-r--r--x11/rxvt/patches/patch-ac12
-rw-r--r--x11/rxvt/patches/patch-ad28
4 files changed, 44 insertions, 0 deletions
diff --git a/x11/rxvt/patches/patch-aa b/x11/rxvt/patches/patch-aa
index 9f818fb6dcf..c486fd7573d 100644
--- a/x11/rxvt/patches/patch-aa
+++ b/x11/rxvt/patches/patch-aa
@@ -1,3 +1,5 @@
+$NetBSD: patch-aa,v 1.5 2000/08/30 00:01:05 wiz Exp $
+
--- Makefile.in.orig Tue Dec 21 11:07:54 1999
+++ Makefile.in Mon May 8 05:10:06 2000
@@ -9,7 +9,7 @@
diff --git a/x11/rxvt/patches/patch-ab b/x11/rxvt/patches/patch-ab
index b3c278021ff..70dd53b6d57 100644
--- a/x11/rxvt/patches/patch-ab
+++ b/x11/rxvt/patches/patch-ab
@@ -1,3 +1,5 @@
+$NetBSD: patch-ab,v 1.6 2000/08/30 00:01:05 wiz Exp $
+
--- doc/Makefile.in.orig Sun Mar 12 06:26:26 2000
+++ doc/Makefile.in Mon May 8 05:11:35 2000
@@ -38,7 +38,10 @@
diff --git a/x11/rxvt/patches/patch-ac b/x11/rxvt/patches/patch-ac
new file mode 100644
index 00000000000..75d225ac7d4
--- /dev/null
+++ b/x11/rxvt/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.3 2000/08/30 00:01:05 wiz Exp $
+
+--- configure.orig Sun Mar 26 16:47:39 2000
++++ configure Wed Aug 16 03:06:27 2000
+@@ -4163,6 +4163,7 @@
+ cat > conftest.$ac_ext <<EOF
+ #line 4165 "configure"
+ #include "confdefs.h"
++#include <sys/types.h>
+ #include <stdio.h>
+ #include <utmp.h>
+ #include <errno.h>
diff --git a/x11/rxvt/patches/patch-ad b/x11/rxvt/patches/patch-ad
new file mode 100644
index 00000000000..f7656d70606
--- /dev/null
+++ b/x11/rxvt/patches/patch-ad
@@ -0,0 +1,28 @@
+$NetBSD: patch-ad,v 1.4 2000/08/30 00:01:05 wiz Exp $
+
+--- src/grkelot.c.orig Thu Jun 3 22:20:19 1999
++++ src/grkelot.c Wed Aug 16 03:07:26 2000
+@@ -81,10 +81,6 @@
+ #define MAX_SWITCHER 2U /* per state */
+ #define MAX_VAL 256 /* for temp allocation */
+
+-typedef unsigned char u_char;
+-typedef unsigned int u_int;
+-typedef unsigned long u_long;
+-
+ typedef struct s_xlat {
+ u_int first, last;
+ u_int *pval; /* array of translated values */
+@@ -159,9 +155,9 @@
+
+ #define NUM_XLAT_TYPES (sizeof(xlat_type) / sizeof(xlat_type[0]))
+
+-static void kstate_add_xlat(char *str);
+-static void kstate_add_switcher(char *str);
+-static void kstate_set_life(char *str);
++void kstate_add_xlat(char *str);
++void kstate_add_switcher(char *str);
++void kstate_set_life(char *str);
+
+ /* --- Functions ------------- */
+ /* INTPROTO */