summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/openvdb/files/openvdb-8.0.1-glfw-libdir.patch')
-rw-r--r--media-gfx/openvdb/files/openvdb-8.0.1-glfw-libdir.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/media-gfx/openvdb/files/openvdb-8.0.1-glfw-libdir.patch b/media-gfx/openvdb/files/openvdb-8.0.1-glfw-libdir.patch
deleted file mode 100644
index 991c5a6a568d..000000000000
--- a/media-gfx/openvdb/files/openvdb-8.0.1-glfw-libdir.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Custom cmake file used to find GLFW always looks at lib/cmake first
-ignoring alternate libdirs and leads to using wrong libraries.
-https://bugs.gentoo.org/800200
---- a/cmake/OpenVDBGLFW3Setup.cmake
-+++ b/cmake/OpenVDBGLFW3Setup.cmake
-@@ -84,5 +84,5 @@
- list(APPEND _GLFW3_ROOT_SEARCH_DIR ${SYSTEM_LIBRARY_PATHS})
-
--set(_GLFW3_PATH_SUFFIXES "lib/cmake/glfw3" "cmake/glfw3" "glfw3")
-+set(_GLFW3_PATH_SUFFIXES "cmake/glfw3" "glfw3")
-
- # GLFW 3.1 installs CMake modules into glfw instead of glfw3