summaryrefslogtreecommitdiffstats
path: root/deps/drumstick/patches
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2019-01-16 21:06:00 +0100
committer Eric Hameleers <alien@slackware.com>2019-01-16 21:06:00 +0100
commit57362c3b2112726be159861f922faf7ae66858ca (patch)
tree0f803811bc2bcff3a4205608848c5adb78e2458e /deps/drumstick/patches
parent03668e880f29dad79077029dd31fb7601acd7ae6 (diff)
downloadktown-57362c3b2112726be159861f922faf7ae66858ca.tar.gz
ktown-57362c3b2112726be159861f922faf7ae66858ca.tar.xz
Update the deps
New: SDL_sound, drumstick, perl-path-tiny, perl-template-toolkit, python3-random2, freecell-solver Updated: OpenAL, phonon, phonon-vlc Rebuilt: phonon-gstreamer
Diffstat (limited to 'deps/drumstick/patches')
-rw-r--r--deps/drumstick/patches/drumstick_mandir.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/drumstick/patches/drumstick_mandir.patch b/deps/drumstick/patches/drumstick_mandir.patch
new file mode 100644
index 0000000..9856137
--- /dev/null
+++ b/deps/drumstick/patches/drumstick_mandir.patch
@@ -0,0 +1,10 @@
+diff -uar drumstick-1.1.2.orig/cmake_admin/CreateManpages.cmake drumstick-1.1.2/cmake_admin/CreateManpages.cmake
+--- drumstick-1.1.2.orig/cmake_admin/CreateManpages.cmake 2018-11-25 17:14:18.000000000 +0100
++++ drumstick-1.1.2/cmake_admin/CreateManpages.cmake 2019-01-16 12:17:28.689757125 +0100
+@@ -31,5 +31,5 @@
+ ENDFOREACH (it)
+ ADD_CUSTOM_TARGET(manpages ALL DEPENDS ${outfiles})
+ INSTALL ( FILES ${outfiles}
+- DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/man/man1" )
++ DESTINATION "${CMAKE_INSTALL_MANDIR}/man1" )
+ ENDMACRO(CREATE_MANPAGES)