summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-12-28 12:50:21 +0100
committerRasmus Thomsen <oss@cogitri.dev>2019-12-28 12:50:21 +0100
commitc733107ad4931f8032455b2856bbe941030afb25 (patch)
tree62b602d1d26190b1083d6d909d4b8effc1acf3ff
parentf9ef0077935845237abbefe0bd497fd362492c45 (diff)
downloadaports-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.patch16
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