From b2500874053001c87668b8afa088713ee01ade92 Mon Sep 17 00:00:00 2001 From: orbea Date: Mon, 16 Dec 2019 16:51:52 -0800 Subject: graphics/vulkan-sdk: Updated for version 1.1.126.0. Signed-off-by: orbea --- graphics/vulkan-sdk/cmath.patch | 50 ----------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 graphics/vulkan-sdk/cmath.patch (limited to 'graphics/vulkan-sdk/cmath.patch') diff --git a/graphics/vulkan-sdk/cmath.patch b/graphics/vulkan-sdk/cmath.patch deleted file mode 100644 index 1060fe600d..0000000000 --- a/graphics/vulkan-sdk/cmath.patch +++ /dev/null @@ -1,50 +0,0 @@ -From 80ddc06b39dd1164733b69b68231b497f51840ad Mon Sep 17 00:00:00 2001 -From: orbea -Date: Tue, 10 Sep 2019 10:33:19 -0700 -Subject: [PATCH] Fix build with gcc5. - -v2: Replace all instances of math.h with cmath. ---- - layers/core_validation.cpp | 1 - - layers/parameter_validation_utils.cpp | 2 +- - tests/vktestframework.cpp | 2 +- - 3 files changed, 2 insertions(+), 3 deletions(-) - -diff --git a/layers/core_validation.cpp b/layers/core_validation.cpp -index 4c3da8b5f..359c21e32 100644 ---- a/layers/core_validation.cpp -+++ b/layers/core_validation.cpp -@@ -44,7 +44,6 @@ - #include - #include - #include --#include - #include - #include - #include -diff --git a/layers/parameter_validation_utils.cpp b/layers/parameter_validation_utils.cpp -index 1559ac455..6e67586f5 100644 ---- a/layers/parameter_validation_utils.cpp -+++ b/layers/parameter_validation_utils.cpp -@@ -21,7 +21,7 @@ - - #define NOMINMAX - --#include -+#include - - #include "chassis.h" - #include "stateless_validation.h" -diff --git a/tests/vktestframework.cpp b/tests/vktestframework.cpp -index 0d9dd584a..ad0338517 100644 ---- a/tests/vktestframework.cpp -+++ b/tests/vktestframework.cpp -@@ -38,7 +38,7 @@ - #pragma warning(pop) - #endif - #include --#include -+#include - - #if defined(PATH_MAX) && !defined(MAX_PATH) - #define MAX_PATH PATH_MAX -- cgit v1.2.3