archrelease: copy trunk to extra-x86_64
[arch-packages.git] / soundtouch / trunk / soundtouch-cmake.patch
blob4d7dce72239d5e63946a05241cdddc516c408973
1 diff '--color=auto' -rupN soundtouch.orig/CMakeLists.txt soundtouch/CMakeLists.txt
2 --- soundtouch.orig/CMakeLists.txt 2021-08-26 13:11:17.958981063 +0200
3 +++ soundtouch/CMakeLists.txt 2021-08-26 13:16:35.308990428 +0200
4 @@ -121,6 +122,10 @@ endif()
6 ########################
8 +# autotools
9 +install(FILES include/soundtouch_config.h DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/soundtouch")
10 +install(FILES soundtouch.m4 DESTINATION "${CMAKE_INSTALL_DATADIR}/aclocal")
12 # pkgconfig
13 set(prefix "${CMAKE_INSTALL_PREFIX}")
14 set(execprefix "\${prefix}")