summaryrefslogtreecommitdiff
path: root/x11/xscript/patches
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>1999-11-23 07:32:55 +0000
committerrh <rh@pkgsrc.org>1999-11-23 07:32:55 +0000
commitbc0a605ab153c5539646d896f1296a30b9a40612 (patch)
tree47c0934660b496c18f0652976f64abf28175c294 /x11/xscript/patches
parent9c6b2278079c82250acdbf2dd234e2d2682799b2 (diff)
downloadpkgsrc-bc0a605ab153c5539646d896f1296a30b9a40612.tar.gz
Import xscript-19930228, an X script recording and playback tool.
Diffstat (limited to 'x11/xscript/patches')
-rw-r--r--x11/xscript/patches/patch-aa16
-rw-r--r--x11/xscript/patches/patch-ab12
2 files changed, 28 insertions, 0 deletions
diff --git a/x11/xscript/patches/patch-aa b/x11/xscript/patches/patch-aa
new file mode 100644
index 00000000000..e4fde64776c
--- /dev/null
+++ b/x11/xscript/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/11/23 07:32:56 rh Exp $
+
+--- Imakefile.orig Wed Apr 28 06:31:43 1993
++++ Imakefile Mon Nov 22 09:46:01 1999
+@@ -17,9 +17,9 @@
+ ## prior permission.
+ ##
+
+- SYS_LIBRARIES = -Bdynamic -lm
++ SYS_LIBRARIES = -lm
+ DEPLIBS = $(DEPXLIB)
+-LOCAL_LIBRARIES = -Bstatic $(XLIB)
++LOCAL_LIBRARIES = $(XLIB)
+
+ SRCS = prtype.c print11.c table11.c decode11.c \
+ server.c fd.c common.c scope.c \
diff --git a/x11/xscript/patches/patch-ab b/x11/xscript/patches/patch-ab
new file mode 100644
index 00000000000..1781aff8ad0
--- /dev/null
+++ b/x11/xscript/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1.1.1 1999/11/23 07:32:56 rh Exp $
+
+--- ev_ascii.c.orig Wed Apr 28 06:31:48 1993
++++ ev_ascii.c Mon Nov 22 09:41:30 1999
+@@ -458,6 +458,7 @@
+ int scr_win, scr_subw;
+ char scr_spec_str [40];
+ int error = 0;
++ extern Display *Dpy;
+
+ if (8 != sscanf(line,"%s %s %s %x %x %d %d %lu",
+ scr_type, scr_spec_str, scr_state, &scr_win, &scr_subw,