summaryrefslogtreecommitdiff
path: root/devel/libclc/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2022-12-01 13:16:06 +0100
committerEmmanuel Vadot <manu@FreeBSD.org>2022-12-05 15:03:28 +0100
commit855947ebf7e738232a8bbf6d47cc56f2896f276f (patch)
treee8ebd5d0415c6d3e9627df028493c8deeddb4514 /devel/libclc/files/patch-CMakeLists.txt
parentlang/gcc12-devel: Update to 12.2.1.s20221203 (diff)
graphics/mesa: Update to 22.3
Release notes: https://lists.freedesktop.org/archives/mesa-announce/2022-November/000695.html On top of the release notes it seems that Gallium XVMC is also removed, see https://gitlab.freedesktop.org/mesa/mesa/-/commit/8cc766d8f7eac26b7c029a2fac1bdfdba4776c29 for more info. Bump LLVM_DEFAULT to llvm15 so LTO works. Also update libclc to track the one from llvm15. Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D37580
Diffstat (limited to 'devel/libclc/files/patch-CMakeLists.txt')
-rw-r--r--devel/libclc/files/patch-CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libclc/files/patch-CMakeLists.txt b/devel/libclc/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..0f80a7dc0993
--- /dev/null
+++ b/devel/libclc/files/patch-CMakeLists.txt
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig 2022-12-04 11:23:21 UTC
++++ CMakeLists.txt
+@@ -186,7 +186,7 @@ configure_file( libclc.pc.in libclc.pc @ONLY )
+
+ # pkg-config file
+ configure_file( libclc.pc.in libclc.pc @ONLY )
+-install( FILES ${CMAKE_CURRENT_BINARY_DIR}/libclc.pc DESTINATION "${CMAKE_INSTALL_DATADIR}/pkgconfig" )
++install( FILES ${CMAKE_CURRENT_BINARY_DIR}/libclc.pc DESTINATION "${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig" )
+ install( DIRECTORY generic/include/clc DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}" )
+
+ if( ENABLE_RUNTIME_SUBNORMAL )