summaryrefslogtreecommitdiff
path: root/sci-libs/libdspau/files/libdspau-9999_fix_cmake_libdir.patch
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2018-02-02 17:59:39 +0100
committerCtibor Brančík <ctibor@brancik.cz>2018-02-02 17:59:39 +0100
commitf6c12f84cb5626c3c332b56ccc288fa388464d45 (patch)
tree669d24be6c28f9980e635419842a3d98539c1015 /sci-libs/libdspau/files/libdspau-9999_fix_cmake_libdir.patch
parentf945944251340c673cd8f54e30114540abb7bc37 (diff)
downloadbrancik-overlay-f6c12f84cb5626c3c332b56ccc288fa388464d45.tar.gz
brancik-overlay-f6c12f84cb5626c3c332b56ccc288fa388464d45.tar.bz2
Patches were merged upstream, removing them.
Diffstat (limited to 'sci-libs/libdspau/files/libdspau-9999_fix_cmake_libdir.patch')
-rw-r--r--sci-libs/libdspau/files/libdspau-9999_fix_cmake_libdir.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/sci-libs/libdspau/files/libdspau-9999_fix_cmake_libdir.patch b/sci-libs/libdspau/files/libdspau-9999_fix_cmake_libdir.patch
deleted file mode 100644
index b821e14..0000000
--- a/sci-libs/libdspau/files/libdspau-9999_fix_cmake_libdir.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/3rdparty/libdspau/CMakeLists.txt b/3rdparty/libdspau/CMakeLists.txt
-index f994466f..71507e2a 100644
---- a/3rdparty/libdspau/CMakeLists.txt
-+++ b/3rdparty/libdspau/CMakeLists.txt
-@@ -35,4 +35,4 @@ TARGET_LINK_LIBRARIES(dspau ${FFTW3_LIBRARIES} ${M_LIB})
- #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})