summaryrefslogtreecommitdiff
path: root/sci-libs/libdspau/files/libdspau-1.6.2_fix_cmake_libdir.patch
blob: e3233c5f4fdb11362f76af40397c8c1d77318e8f (plain)
1
2
3
4
5
6
7
8
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})