Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37848409
en ru br
ALT Linux repos
S:6.23-alt2
5.0: 6.23-alt1
4.1: 6.23-alt1
4.0: 6.23-alt1

Group :: Development/Other
RPM: clips

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: clips-6.23-gcc10.patch
Download


--- clips-6.21/clipssrc/clipssrc/xclipstext.c
+++ clips-6.21/clipssrc/clipssrc/xclipstext.c
@@ -580,7 +580,7 @@ static void InsertClipsNewLine(
  *
  ************************************************************/
 
-static XComposeStatus compose_status = {NULL, 0};
+XComposeStatus compose_status = {NULL, 0};
 
 /*	Function Name: AutoFill
  *	Description: Breaks the line at the previous word boundry when
--- clips-6.21/clipssrc/clipssrc/xmain.c
+++ clips-6.21/clipssrc/clipssrc/xmain.c
@@ -76,7 +76,7 @@ Arg TheArgs[10];
 XtAppContext app_con;
 XEvent TheEvent;
 KeySym TheKeysym;              /* Key code id event is a keypress */
-XComposeStatus compose_status;
+extern XComposeStatus compose_status;
 Pixmap checker, clips_logo;
 char *clips_sel_buf;
 Boolean quit_get_event = False;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin