diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-28 12:50:21 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-28 12:50:21 +0100 |
commit | c733107ad4931f8032455b2856bbe941030afb25 (patch) | |
tree | 62b602d1d26190b1083d6d909d4b8effc1acf3ff | |
parent | f9ef0077935845237abbefe0bd497fd362492c45 (diff) | |
download | aports-c733107ad4931f8032455b2856bbe941030afb25.zip |
testing/supertuxkart: fix no-sysctl.patch lineendings
My git am automatically changed the lineendings to LF instead of CRLF ones, so the
checksum didn't match.
-rw-r--r-- | testing/supertuxkart/no-sysctl.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/testing/supertuxkart/no-sysctl.patch b/testing/supertuxkart/no-sysctl.patch index 5d456c53d1f..07e77f41973 100644 --- a/testing/supertuxkart/no-sysctl.patch +++ b/testing/supertuxkart/no-sysctl.patch @@ -14,14 +14,14 @@ index ba9612fc96..1274740057 100644 --- a/lib/irrlicht/source/Irrlicht/COSOperator.cpp +++ b/lib/irrlicht/source/Irrlicht/COSOperator.cpp @@ -14,7 +14,7 @@ - #if !defined(_IRR_SOLARIS_PLATFORM_) && !defined(__CYGWIN__) - #include <sys/param.h> - #include <sys/types.h> --#ifdef ANDROID -+#if defined(ANDROID) || (defined(__linux__) && !defined(__GLIBC__)) - #include <linux/sysctl.h> - #else - #include <sys/sysctl.h> + #if !defined(_IRR_SOLARIS_PLATFORM_) && !defined(__CYGWIN__)
+ #include <sys/param.h>
+ #include <sys/types.h>
+-#ifdef ANDROID
++#if defined(ANDROID) || (defined(__linux__) && !defined(__GLIBC__))
+ #include <linux/sysctl.h>
+ #else
+ #include <sys/sysctl.h>
diff --git a/src/network/protocols/lobby_protocol.hpp b/src/network/protocols/lobby_protocol.hpp index 0075b8d50..efb61d5ef 100644 --- a/src/network/protocols/lobby_protocol.hpp |