summaryrefslogtreecommitdiff
path: root/devel/libclc/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libclc/files')
-rw-r--r--devel/libclc/files/patch-CMakeLists.txt11
-rw-r--r--devel/libclc/files/patch-libclc_CMakeLists.txt11
2 files changed, 11 insertions, 11 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 )
diff --git a/devel/libclc/files/patch-libclc_CMakeLists.txt b/devel/libclc/files/patch-libclc_CMakeLists.txt
deleted file mode 100644
index bf7c5f77e0e1..000000000000
--- a/devel/libclc/files/patch-libclc_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig 2020-10-16 16:09:32 UTC
-+++ CMakeLists.txt
-@@ -158,7 +158,7 @@ endif()
-
- # 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 )