summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2016-05-14 16:46:46 +0200
committerest31 <MTest31@outlook.com>2016-05-14 16:46:46 +0200
commitb25554c8d7260cdac6551c69900b78e24b0b48eb (patch)
tree5bcc967bb3c9cd44334cb932e193fe324fd5bccd /build
parentb906ed4e5902785ab6f15012666e344c98fabe14 (diff)
downloadminetest-b25554c8d7260cdac6551c69900b78e24b0b48eb.tar.gz
minetest-b25554c8d7260cdac6551c69900b78e24b0b48eb.tar.bz2
minetest-b25554c8d7260cdac6551c69900b78e24b0b48eb.zip
Fix android build by fixing patch line endings
Diffstat (limited to 'build')
-rw-r--r--build/android/patches/irrlicht-back_button.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/build/android/patches/irrlicht-back_button.patch b/build/android/patches/irrlicht-back_button.patch
index de567adc0..e17b81347 100644
--- a/build/android/patches/irrlicht-back_button.patch
+++ b/build/android/patches/irrlicht-back_button.patch
@@ -1,14 +1,14 @@
--- irrlicht/source/Irrlicht/Android/CIrrDeviceAndroid.cpp.orig 2015-08-29 15:43:09.000000000 +0300
+++ irrlicht/source/Irrlicht/Android/CIrrDeviceAndroid.cpp 2016-05-13 21:36:22.880388505 +0300
@@ -486,7 +486,7 @@
- event.KeyInput.Char = 0;
- }
-
-- device->postEventFromUser(event);
-+ status = device->postEventFromUser(event);
- }
- break;
- default:
+ event.KeyInput.Char = 0;
+ }
+
+- device->postEventFromUser(event);
++ status = device->postEventFromUser(event);
+ }
+ break;
+ default:
@@ -543,7 +543,7 @@
KeyMap[1] = KEY_LBUTTON; // AKEYCODE_SOFT_LEFT
KeyMap[2] = KEY_RBUTTON; // AKEYCODE_SOFT_RIGHT