summaryrefslogtreecommitdiff
path: root/x11/xview-lib/patches/patch-bu
diff options
context:
space:
mode:
authortron <tron>2001-12-20 09:19:53 +0000
committertron <tron>2001-12-20 09:19:53 +0000
commit466ed08f5827f779c8d246edcb727f46e89de431 (patch)
tree4f262d25e837db12d2b8bd96b651b1c07c0cad61 /x11/xview-lib/patches/patch-bu
parent9f677650638e78da433bbf2a651032f5515999b3 (diff)
downloadpkgsrc-466ed08f5827f779c8d246edcb727f46e89de431.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-bu')
-rw-r--r--x11/xview-lib/patches/patch-bu13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/xview-lib/patches/patch-bu b/x11/xview-lib/patches/patch-bu
new file mode 100644
index 00000000000..6a888098522
--- /dev/null
+++ b/x11/xview-lib/patches/patch-bu
@@ -0,0 +1,13 @@
+$NetBSD: patch-bu,v 1.1 2001/12/20 09:20:00 tron Exp $
+
+--- lib/libxview/panel/p_btn.c.orig Tue Jun 29 07:16:52 1993
++++ lib/libxview/panel/p_btn.c Thu Dec 20 10:09:16 2001
+@@ -203,7 +203,7 @@
+ if (pin_is_default) {
+ image.im_type = PIT_STRING;
+ image_string(&image) = NULL;
+- label = "";
++ label = (Xv_opaque) "";
+ } else if (!(image_string(&image) = (char *) xv_get(default_menu_item,
+ MENU_STRING))) {
+ olgx_state |= OLGX_LABEL_IS_PIXMAP;