fa2eb9be7f
- ppc64le-support.patch: Support for powerpc64le OBS-URL: https://build.opensuse.org/request/show/210067 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libEMF?expand=0&rev=17
21 lines
615 B
Diff
21 lines
615 B
Diff
Index: libEMF-1.0.7/include/libEMF/wine/winnt.h
|
|
===================================================================
|
|
--- libEMF-1.0.7.orig/include/libEMF/wine/winnt.h
|
|
+++ libEMF-1.0.7/include/libEMF/wine/winnt.h
|
|
@@ -50,8 +50,13 @@
|
|
# define BITFIELDS_BIGENDIAN
|
|
# undef ALLOW_UNALIGNED_ACCESS
|
|
#elif defined(__PPC__)
|
|
-# define WORDS_BIGENDIAN
|
|
-# define BITFIELDS_BIGENDIAN
|
|
+# ifdef __LITTLE_ENDIAN__
|
|
+# undef WORDS_BIGENDIAN
|
|
+# undef BITFIELDS_BIGENDIAN
|
|
+# else
|
|
+# define WORDS_BIGENDIAN
|
|
+# define BITFIELDS_BIGENDIAN
|
|
+# endif
|
|
# undef ALLOW_UNALIGNED_ACCESS
|
|
#elif defined(__s390__)
|
|
# define WORDS_BIGENDIAN
|