aboutsummaryrefslogtreecommitdiff
path: root/graphics/OpenCASCADE/fix-flow-control-nesting.patch
diff options
context:
space:
mode:
authorChristoph Willing <chris.willing@linux.com>2023-04-03 21:52:55 +1000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-08 09:16:37 +0700
commit0ce3f57d5e31d6a7e6bc63f4734efaad32d1ad5d (patch)
tree3bbb90456bbcf53a348cd2c0f9b267f39810ed0b /graphics/OpenCASCADE/fix-flow-control-nesting.patch
parent260fda7410618ee1d32cef9c78ba4ca0d845b050 (diff)
graphics/OpenCASCADE: Updated for version 7.7.0
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/OpenCASCADE/fix-flow-control-nesting.patch')
-rw-r--r--graphics/OpenCASCADE/fix-flow-control-nesting.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/graphics/OpenCASCADE/fix-flow-control-nesting.patch b/graphics/OpenCASCADE/fix-flow-control-nesting.patch
deleted file mode 100644
index 7e2bb1d7b2..0000000000
--- a/graphics/OpenCASCADE/fix-flow-control-nesting.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From e69c42386239bcc08143607df12b8bb3f1ff14ba Mon Sep 17 00:00:00 2001
-From: Bernd Waibel <waebbl-gentoo@posteo.net>
-Date: Wed, 24 Feb 2021 20:06:02 +0100
-Subject: [PATCH] adm/cmake/vtk.cmake: fix flow control nesting
-
-Fix an unbalanced nesting of flow control statements
-for >=cmake-3.20.0
-
-Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
----
- adm/cmake/vtk.cmake | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/adm/cmake/vtk.cmake b/adm/cmake/vtk.cmake
-index c5692fd6..00b7ff4a 100644
---- a/adm/cmake/vtk.cmake
-+++ b/adm/cmake/vtk.cmake
-@@ -156,8 +156,8 @@ if (VTK_FOUND)
- endif()
- endif()
- endif()
-- endif()
-- endforeach()
-+ endforeach()
-+ endif()
- endif()
-
- if (3RDPARTY_VTK_INCLUDE_DIRS)
---
-2.30.1
-