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-07-20 14:01:09 +0200
committerCtibor Brančík <ctibor@brancik.cz>2018-07-20 14:01:09 +0200
commit3940f9d811b8f877447245591ee5c5c815409bb9 (patch)
treeb88dcf327396a4a500321654ad5fd85d3b7a4793 /sci-libs/libdspau/files/libdspau-1.6.2_fix_cmake_libdir.patch
parenta5f5a3603ca75436a6cf4c2a42d2ab0cf59e464f (diff)
downloadbrancik-overlay-3940f9d811b8f877447245591ee5c5c815409bb9.tar.gz
brancik-overlay-3940f9d811b8f877447245591ee5c5c815409bb9.tar.bz2
Update indilib to v1.7.2
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, 0 insertions, 9 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
deleted file mode 100644
index e3233c5..0000000
--- a/sci-libs/libdspau/files/libdspau-1.6.2_fix_cmake_libdir.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-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})