Dr. Werner Fink 2015-06-19 15:17:07 +00:00 committed by Git OBS Bridge
parent bc53a426d9
commit dec68552e0
3 changed files with 22 additions and 0 deletions

15
xemacs-21.5.34-gcc5.patch Normal file
View File

@ -0,0 +1,15 @@
---
src/lisp.h | 2 ++
1 file changed, 2 insertions(+)
--- src/lisp.h
+++ src/lisp.h 2015-06-19 15:07:05.294018565 +0000
@@ -1154,6 +1154,8 @@ typedef int Boolint;
/* ------------------------ alignment definitions ------------------- */
+#undef lisp_max_align_t
+#define max_align_t lisp_max_align_t
/* No type has a greater alignment requirement than max_align_t.
(except perhaps for types we don't use, like long double) */
typedef union

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 19 15:16:09 UTC 2015 - werner@suse.de
- Gcc 5 use type type max_align_t instead of _max_align_t
-------------------------------------------------------------------
Fri Jun 19 14:31:38 UTC 2015 - werner@suse.de

View File

@ -85,6 +85,7 @@ Patch50: menus-always-utf8.patch
Patch51: bnc502716-fontmenu.patch
Patch52: bnc502716-xft.patch
Patch53: xemacs-21.5.31-array.patch
Patch54: xemacs-21.5.34-gcc5.patch
Patch56: xemacs-libpng15.patch
Patch292811: bugzilla-292811-make-x-make-font-bold-italic-xft-work.patch
Patch301352: bugzilla-301352-fix-wrong-incrementing-in-macros.patch
@ -175,6 +176,7 @@ echo Use xfs, that is XFontSet support for internationalized menubar.
%patch52 -p0
%endif
%patch53 -p0
%patch54 -p0
%patch56 -p1
%patch292811 -p1
%patch301352 -p1