fix boo#1175028 ???
OBS-URL: https://build.opensuse.org/package/show/M17N/xemacs?expand=0&rev=105
This commit is contained in:
parent
b9dc95f692
commit
60a39d07ac
15
xemacs-libX11-boo1175028.patch
Normal file
15
xemacs-libX11-boo1175028.patch
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
src/input-method-xlib.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
--- src/input-method-xlib.c
|
||||
+++ src/input-method-xlib.c 2020-08-13 07:54:18.827193037 +0000
|
||||
@@ -300,7 +300,7 @@ XIM_init_frame (struct frame *f)
|
||||
|
||||
xim = DEVICE_X_XIM (d);
|
||||
|
||||
- if (!xim)
|
||||
+ if (!xim || ! DEVICE_X_XIM_STYLES(d))
|
||||
{
|
||||
return;
|
||||
}
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 13 07:55:54 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Add patch xemacs-libX11-boo1175028.patch as a try to fix also boo#1175028
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 14:21:09 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -110,6 +110,7 @@ Patch59: xemacs-21.5.34-alsaplay.patch
|
||||
Patch60: xemacs-21.5.34-sbrk.patch
|
||||
# PATCH-FIX-SUSE fix make build race
|
||||
Patch61: xemacs-21.5.34-boo1115177.patch
|
||||
Patch62: xemacs-libX11-boo1175028.patch
|
||||
Requires(pre): permissions
|
||||
Requires: ctags
|
||||
Requires: efont-unicode
|
||||
@ -204,6 +205,7 @@ echo Use xfs, that is XFontSet support for internationalized menubar.
|
||||
%patch59 -p1
|
||||
%patch60 -p0
|
||||
%patch61 -p0
|
||||
%patch62 -p0
|
||||
%patch0 -p1
|
||||
find lisp/ etc/ -name '*.elc' | xargs -r rm -f
|
||||
find . -name CVS -type d | xargs rm -rf
|
||||
|
Loading…
Reference in New Issue
Block a user