- ppc-build.patch: Fix build for powerpc OBS-URL: https://build.opensuse.org/request/show/519178 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=203
14 lines
576 B
Diff
14 lines
576 B
Diff
Index: curl-7.55.0/include/curl/system.h
|
|
===================================================================
|
|
--- curl-7.55.0.orig/include/curl/system.h
|
|
+++ curl-7.55.0/include/curl/system.h
|
|
@@ -401,7 +401,7 @@
|
|
|
|
#elif defined(__GNUC__)
|
|
# if !defined(__LP64__) && (defined(__ILP32__) || \
|
|
- defined(__i386__) || defined(__ppc__) || defined(__arm__) || \
|
|
+ defined(__i386__) || defined(__powerpc__) || defined(__arm__) || \
|
|
defined(__sparc__) || defined(__mips__) || defined(__sh__) || \
|
|
defined(__XTENSA__))
|
|
# define CURL_SIZEOF_LONG 4
|