diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-16 11:55:54 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-16 12:19:08 +0800 |
commit | cdcedd316da6d7c8509c394474160c683489a3ae (patch) | |
tree | 6e272d0b6be63949c30568ae183692d8ca9b7d22 /graphics/jasper/files/patch-build-cmake-modules-JasOpenGL.cmake | |
parent | graphics/GraphicsMagick: Update to 1.3.38 (diff) |
graphics/jasper: Update to 3.0.2
Changes: https://github.com/jasper-software/jasper/releases
Diffstat (limited to 'graphics/jasper/files/patch-build-cmake-modules-JasOpenGL.cmake')
-rw-r--r-- | graphics/jasper/files/patch-build-cmake-modules-JasOpenGL.cmake | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/jasper/files/patch-build-cmake-modules-JasOpenGL.cmake b/graphics/jasper/files/patch-build-cmake-modules-JasOpenGL.cmake deleted file mode 100644 index dada8cd39136..000000000000 --- a/graphics/jasper/files/patch-build-cmake-modules-JasOpenGL.cmake +++ /dev/null @@ -1,11 +0,0 @@ ---- build/cmake/modules/JasOpenGL.cmake.orig 2020-09-05 14:52:22 UTC -+++ build/cmake/modules/JasOpenGL.cmake -@@ -4,7 +4,7 @@ - - if (JAS_ENABLE_OPENGL) - set(OpenGL_GL_PREFERENCE GLVND) -- find_package(OpenGL ${JAS_REQUIRED}) -+ find_package(OpenGL ${JAS_OPENGL_REQUIRED}) - message("OpenGL library found: ${OPENGL_FOUND}") - else() - set(OPENGL_FOUND false) |