summaryrefslogtreecommitdiff
path: root/sci-libs/libdspau/files/libdspau-1.6.2_fix_cmake_libdir.patch
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2018-02-03 18:43:21 +0100
committerCtibor Brančík <ctibor@brancik.cz>2018-02-03 18:43:21 +0100
commitcfcfb9e7c17d7f57aa51c1efec9f1333704ee632 (patch)
tree189188509f7b2b2a3f26e44deda0172b073f250d /sci-libs/libdspau/files/libdspau-1.6.2_fix_cmake_libdir.patch
parent6e9c5087e575ad27b825f13ed469a46dc0b26c34 (diff)
parentf6c12f84cb5626c3c332b56ccc288fa388464d45 (diff)
downloadbrancik-overlay-cfcfb9e7c17d7f57aa51c1efec9f1333704ee632.tar.gz
brancik-overlay-cfcfb9e7c17d7f57aa51c1efec9f1333704ee632.tar.bz2
Merge branch 'master' of ssh://git.brancik.cz/gentoo-overlay
Diffstat (limited to 'sci-libs/libdspau/files/libdspau-1.6.2_fix_cmake_libdir.patch')
-rw-r--r--sci-libs/libdspau/files/libdspau-1.6.2_fix_cmake_libdir.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/sci-libs/libdspau/files/libdspau-1.6.2_fix_cmake_libdir.patch b/sci-libs/libdspau/files/libdspau-1.6.2_fix_cmake_libdir.patch
new file mode 100644
index 0000000..e3233c5
--- /dev/null
+++ b/sci-libs/libdspau/files/libdspau-1.6.2_fix_cmake_libdir.patch
@@ -0,0 +1,9 @@
+diff -urN indi-1.6.2/3rdparty/libdspau/CMakeLists.txt indi-1.6.2.new/3rdparty/libdspau/CMakeLists.txt
+--- indi-1.6.2/3rdparty/libdspau/CMakeLists.txt 2018-01-08 14:45:25.000000000 +0100
++++ indi-1.6.2.new/3rdparty/libdspau/CMakeLists.txt 2018-01-31 19:44:34.890982701 +0100
+@@ -35,4 +35,4 @@
+ #add an install target here
+ INSTALL(FILES libdspau.h DESTINATION include)
+
+-INSTALL(TARGETS dspau LIBRARY DESTINATION lib)
++INSTALL(TARGETS dspau LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})