summaryrefslogtreecommitdiff
path: root/sci-libs/vtk/files/vtk-9.2.2-link-with-glut-library-for-freeglut.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-12 09:24:43 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-12 09:24:43 +0000
commit09d1923fc1fee6007fbd5692399ffa7fbff7e410 (patch)
tree3bc02ed7aec08ca35a6dcaa011cda9f5ed760cd9 /sci-libs/vtk/files/vtk-9.2.2-link-with-glut-library-for-freeglut.patch
parent0d2f8392c6680b637f072c5b5af8ccbbf7ab9bf6 (diff)
gentoo auto-resync : 12:12:2022 - 09:24:43
Diffstat (limited to 'sci-libs/vtk/files/vtk-9.2.2-link-with-glut-library-for-freeglut.patch')
-rw-r--r--sci-libs/vtk/files/vtk-9.2.2-link-with-glut-library-for-freeglut.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-libs/vtk/files/vtk-9.2.2-link-with-glut-library-for-freeglut.patch b/sci-libs/vtk/files/vtk-9.2.2-link-with-glut-library-for-freeglut.patch
new file mode 100644
index 000000000000..39b7e7ab0f15
--- /dev/null
+++ b/sci-libs/vtk/files/vtk-9.2.2-link-with-glut-library-for-freeglut.patch
@@ -0,0 +1,18 @@
+From 801654a5f1c3991ff9bb3ea5798afdd252d214b6 Mon Sep 17 00:00:00 2001
+From: Bernd Waibel <waebbl-gentoo@posteo.net>
+Date: Mon, 21 Nov 2022 15:35:58 +0100
+Subject: [PATCH] link with glut library for freeglut
+
+Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
+--- a/Rendering/External/Testing/Cxx/CMakeLists.txt
++++ b/Rendering/External/Testing/Cxx/CMakeLists.txt
+@@ -12,5 +12,5 @@ if(NOT APPLE)
+
+ vtk_test_cxx_executable(vtkRenderingExternalCxxTests tests)
+ target_link_libraries(vtkRenderingExternalCxxTests PRIVATE
+- ${GLUT_LIBRARY})
++ ${GLUT_LIBRARIES})
+ endif()
+--
+2.38.1
+