]> Pileus Git - ~andy/sunrise/blob - x11-misc/xneur/files/xneur-0.9.5-gcc44.patch
media-radio/xastir: Version bump
[~andy/sunrise] / x11-misc / xneur / files / xneur-0.9.5-gcc44.patch
1 Fixes build issues with some versions of gcc (4.x I guess)
2 http://xneur.ru/changeset?new=502%40%2F&old=501%40%2F
3
4 Index: lib/main/plugin.c
5 ===================================================================
6 --- lib/main/plugin.c   (revision 501)
7 +++ lib/main/plugin.c   (revision 502)
8 @@ -193,4 +193,4 @@
9         p->uninit               = plugin_uninit;
10  
11         return p;
12 -}
13 \ No newline at end of file
14 +}
15 Index: lib/main/bind_table.c
16 ===================================================================
17 --- lib/main/bind_table.c       (revision 501)
18 +++ lib/main/bind_table.c       (revision 502)
19 @@ -194,4 +194,4 @@
20  void unbind_user_actions(void)
21  {
22         free(ubtable);
23 -}
24 \ No newline at end of file
25 +}
26 Index: lib/main/selection.c
27 ===================================================================
28 --- lib/main/selection.c        (revision 501)
29 +++ lib/main/selection.c        (revision 502)
30 @@ -116,4 +116,3 @@
31         else if (status == BadWindow)
32                 log_message(ERROR, _("Failed to convert selection with error BadWindow"));
33  }
34 -
35 Index: lib/notify/popup.h
36 ===================================================================
37 --- lib/notify/popup.h  (revision 501)
38 +++ lib/notify/popup.h  (revision 502)
39 @@ -22,4 +22,4 @@
40  
41  void popup_show(char *popup_text);
42  
43 -#endif /* _POPUP_H_ */
44 \ No newline at end of file
45 +#endif /* _POPUP_H_ */
46 Index: lib/notify/notify.h
47 ===================================================================
48 --- lib/notify/notify.h (revision 501)
49 +++ lib/notify/notify.h (revision 502)
50 @@ -22,4 +22,4 @@
51  
52  void show_notify(int notify, char *command);
53  
54 -#endif /* _NOTIFY_H_ */
55 \ No newline at end of file
56 +#endif /* _NOTIFY_H_ */
57 Index: lib/misc/text.c
58 ===================================================================
59 --- lib/misc/text.c     (revision 501)
60 +++ lib/misc/text.c     (revision 502)
61 @@ -152,4 +152,4 @@
62         }
63  
64         return result_orig;
65 -}
66 \ No newline at end of file
67 +}