20656fee72
Resub post review. Marcus came to the rescue and fixed the SR for me :-) Baselib also updated OBS-URL: https://build.opensuse.org/request/show/161264 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmikmod?expand=0&rev=18
14 lines
551 B
Diff
14 lines
551 B
Diff
Index: libmikmod-3.2.0/include/mikmod.h.in
|
|
===================================================================
|
|
--- libmikmod-3.2.0.orig/include/mikmod.h.in
|
|
+++ libmikmod-3.2.0/include/mikmod.h.in
|
|
@@ -85,7 +85,7 @@ typedef char CHAR;
|
|
|
|
@DOES_NOT_HAVE_SIGNED@
|
|
|
|
-#if defined(__arch64__) || defined(__alpha) || defined(__x86_64) || defined(__powerpc64__)
|
|
+#if defined(__arch64__) || defined(__alpha) || defined(__x86_64) || defined(__powerpc64__) || defined(_LP64)
|
|
/* 64 bit architectures */
|
|
|
|
typedef signed char SBYTE; /* 1 byte, signed */
|