summaryrefslogtreecommitdiff
path: root/x11/xview-lib/patches/patch-ca
diff options
context:
space:
mode:
authortron <tron>2001-12-20 09:19:53 +0000
committertron <tron>2001-12-20 09:19:53 +0000
commitd78d53382eb6176dd52c9e81de32b0c7f73032e2 (patch)
tree4f262d25e837db12d2b8bd96b651b1c07c0cad61 /x11/xview-lib/patches/patch-ca
parent4415f3673d18e9e74cbbd5a7bd363d06d1eba584 (diff)
downloadpkgsrc-d78d53382eb6176dd52c9e81de32b0c7f73032e2.tar.gz
Cleanup patch files:
- unified format - only one patch per file - no files gets patched twice
Diffstat (limited to 'x11/xview-lib/patches/patch-ca')
-rw-r--r--x11/xview-lib/patches/patch-ca13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/xview-lib/patches/patch-ca b/x11/xview-lib/patches/patch-ca
new file mode 100644
index 00000000000..4007a4d9fb2
--- /dev/null
+++ b/x11/xview-lib/patches/patch-ca
@@ -0,0 +1,13 @@
+$NetBSD: patch-ca,v 1.1 2001/12/20 09:20:01 tron Exp $
+
+--- lib/libxview/panel/p_slider.c.orig Tue Jun 29 07:17:02 1993
++++ lib/libxview/panel/p_slider.c Thu Dec 20 10:09:17 2001
+@@ -54,6 +54,8 @@
+ static Panel_setting get_value();
+ static void paint_slider();
+ static void update_rects();
++static int etoi();
++static int itoe();
+
+ static Panel_ops ops = {
+ panel_default_handle_event, /* handle_event() */