aboutsummaryrefslogtreecommitdiff
path: root/games/megaglest/megaglest-3.9.0-help2man.patch
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja@gmail.com>2013-12-01 09:05:06 +0100
committerRobby Workman <rworkman@slackbuilds.org>2013-12-02 00:58:03 -0600
commit2af9b17988fad0439c8e30c47f46b3a243b7857c (patch)
tree176cac55f1f39e34c7ae0b92f3dfa74067201da7 /games/megaglest/megaglest-3.9.0-help2man.patch
parentb00d17583d82f47b42f54fdc450c589898af1da9 (diff)
downloadslackbuilds-2af9b17988fad0439c8e30c47f46b3a243b7857c.tar.xz
games/megaglest: Updated for version 3.9.0.4, added a license.
Cleanups and noted the optional dependency p7zip Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/megaglest/megaglest-3.9.0-help2man.patch')
-rw-r--r--games/megaglest/megaglest-3.9.0-help2man.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/megaglest/megaglest-3.9.0-help2man.patch b/games/megaglest/megaglest-3.9.0-help2man.patch
new file mode 100644
index 000000000000..78598b8729bb
--- /dev/null
+++ b/games/megaglest/megaglest-3.9.0-help2man.patch
@@ -0,0 +1,12 @@
+diff -Naur megaglest-3.9.0.orig/source/g3d_viewer/CMakeLists.txt megaglest-3.9.0/source/g3d_viewer/CMakeLists.txt
+--- megaglest-3.9.0.orig/source/g3d_viewer/CMakeLists.txt 2013-11-18 23:10:38.000000000 +0000
++++ megaglest-3.9.0/source/g3d_viewer/CMakeLists.txt 2013-11-19 07:19:28.601093314 +0000
+@@ -167,7 +167,7 @@
+ MESSAGE("***-- Found xvfb-run: ${XVFB_EXEC} about to build manpage with it.")
+
+ add_custom_target(${TARGET_NAME_MANPAGE} ALL
+- COMMAND ${XVFB_EXEC} --auto-servernum --server-num=770 ${HELP2MAN} --name='${MG_MANPAGE_DESCRIPTION}' --section=6 -N -o ${HELP2MAN_OUT_PATH}${TARGET_NAME_MANPAGE} ${HELP2MAN_OUT_PATH}${TARGET_NAME}
++ COMMAND ${XVFB_EXEC} --auto-servernum ${HELP2MAN} --name='${MG_MANPAGE_DESCRIPTION}' --section=6 -N -o ${HELP2MAN_OUT_PATH}${TARGET_NAME_MANPAGE} ${HELP2MAN_OUT_PATH}${TARGET_NAME}
+ DEPENDS ${TARGET_NAME})
+ ELSE()
+ add_custom_target(${TARGET_NAME_MANPAGE} ALL