summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-06-17 12:20:46 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-06-17 13:10:57 +0200
commit1904d3e9f6f33a4fb1e6156cefd058dc7764a4e9 (patch)
tree7ef746a57757c35dc1da47da06d950b94bc3f03d /app-text/xdvik/files
parentdev-tex/cjk-latex: remove old (diff)
downloadgentoo-1904d3e9f6f33a4fb1e6156cefd058dc7764a4e9.tar.gz
gentoo-1904d3e9f6f33a4fb1e6156cefd058dc7764a4e9.tar.bz2
gentoo-1904d3e9f6f33a4fb1e6156cefd058dc7764a4e9.zip
app-text/xdvik: remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-text/xdvik/files')
-rw-r--r--app-text/xdvik/files/xdvik-22.87-xaw3d.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-text/xdvik/files/xdvik-22.87-xaw3d.patch b/app-text/xdvik/files/xdvik-22.87-xaw3d.patch
deleted file mode 100644
index 79e7893a19b8..000000000000
--- a/app-text/xdvik/files/xdvik-22.87-xaw3d.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/events.c b/events.c
-index dbb46f0..f9990f9 100644
---- a/events.c
-+++ b/events.c
-@@ -5311,7 +5311,7 @@ xi2_emulate_action(struct xdvi_action *actp, struct xi2_valinfo *valinfo,
- }
-
- if (actp->proc == Act_wheel) {
--# if XAW
-+# if !MOTIF
- if (globals.widgets.y_bar != NULL)
- XtCallCallbacks(globals.widgets.y_bar, XtNscrollProc,
- cast_int_to_XtPointer(dist));
-@@ -5322,7 +5322,7 @@ xi2_emulate_action(struct xdvi_action *actp, struct xi2_valinfo *valinfo,
- # endif /* MOTIF */
- }
- else { /* Act_hwheel */
--# if XAW
-+# if !MOTIF
- if (globals.widgets.x_bar != NULL)
- XtCallCallbacks(globals.widgets.x_bar, XtNscrollProc,
- cast_int_to_XtPointer(dist));