From 8aaf870ddedd942483d9f15c441593a11e8a307e Mon Sep 17 00:00:00 2001 From: Ctibor Date: Wed, 31 Jan 2018 19:57:34 +0100 Subject: Add new drivers introduced in v1.6.2 and make other updates --- sci-libs/libdspau/files/libdspau-1.6.2_fix_cmake_libdir.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sci-libs/libdspau/files/libdspau-1.6.2_fix_cmake_libdir.patch (limited to 'sci-libs/libdspau/files/libdspau-1.6.2_fix_cmake_libdir.patch') 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}) -- cgit v1.2.3