mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
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
8cc766d8f7
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
11 lines
538 B
Text
11 lines
538 B
Text
--- 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 )
|