From 563a83a8cf30327008397913f12e0373b8a1650c Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Tue, 6 May 2014 18:31:36 +0200 Subject: libgltf: include is missing from fmod_error_handling patch, merge patches Change-Id: I9e0e7816e6d85cb3484105de4ce49db47db72451 --- external/libgltf/UnpackedTarball_libgltf.mk | 1 - external/libgltf/patches/errno.patch | 10 ---------- external/libgltf/patches/fmod_error_handling.patch | 14 +++++++++++--- 3 files changed, 11 insertions(+), 14 deletions(-) delete mode 100644 external/libgltf/patches/errno.patch (limited to 'external') diff --git a/external/libgltf/UnpackedTarball_libgltf.mk b/external/libgltf/UnpackedTarball_libgltf.mk index 3405e86d18fe..bd2ee0bdd1d4 100644 --- a/external/libgltf/UnpackedTarball_libgltf.mk +++ b/external/libgltf/UnpackedTarball_libgltf.mk @@ -28,7 +28,6 @@ $(eval $(call gb_UnpackedTarball_add_patches,libgltf,\ external/libgltf/patches/remove_extra_include.patch \ external/libgltf/patches/fmod_error_handling.patch \ external/libgltf/patches/extern-C.patch \ - external/libgltf/patches/errno.patch \ )) # vim: set noet sw=4 ts=4: diff --git a/external/libgltf/patches/errno.patch b/external/libgltf/patches/errno.patch deleted file mode 100644 index 81f47f3ef05c..000000000000 --- a/external/libgltf/patches/errno.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- libgltf/src/RenderScene.cpp -+++ libgltf/src/RenderScene.cpp -@@ -5,6 +5,7 @@ - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - */ -+#include - #include "RenderScene.h" - #include - #include diff --git a/external/libgltf/patches/fmod_error_handling.patch b/external/libgltf/patches/fmod_error_handling.patch index 6b47ca13192d..3a1329187f69 100644 --- a/external/libgltf/patches/fmod_error_handling.patch +++ b/external/libgltf/patches/fmod_error_handling.patch @@ -1,7 +1,15 @@ diff -ur libgltf.org/src/RenderScene.cpp libgltf/src/RenderScene.cpp ---- libgltf.org/src/RenderScene.cpp 2014-05-06 12:01:08.204238237 +0200 -+++ libgltf/src/RenderScene.cpp 2014-05-06 12:21:58.720287272 +0200 -@@ -979,7 +979,9 @@ +--- libgltf.org/src/RenderScene.cpp 2014-05-06 18:26:20.097144491 +0200 ++++ libgltf/src/RenderScene.cpp 2014-05-06 18:26:26.281144733 +0200 +@@ -11,6 +11,7 @@ + #include + #include + #include ++#include + + RenderPrimitive::RenderPrimitive() + : mVerterCount(0), mIndicesCount(0) +@@ -979,7 +980,9 @@ double RenderScene::getAnimTime() { -- cgit v1.2.3