summarylogtreecommitdiffstats
path: root/tasknc-build_fix.patch
diff options
context:
space:
mode:
authorLeander Harding2015-12-07 16:02:28 -0800
committerLeander Harding2015-12-07 16:02:28 -0800
commit61a218b998e94b17d378102fdf4d756d16bd0b18 (patch)
treedf7b4679d17a99a2a63b1d8a92fb2f2d74527c41 /tasknc-build_fix.patch
parentd341f42021b7f3acfa10b49a486a13ce4221a9fc (diff)
downloadaur-61a218b998e94b17d378102fdf4d756d16bd0b18.tar.gz
Maintainer change, fixed build.
Diffstat (limited to 'tasknc-build_fix.patch')
-rw-r--r--tasknc-build_fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/tasknc-build_fix.patch b/tasknc-build_fix.patch
deleted file mode 100644
index 6abf6426de71..000000000000
--- a/tasknc-build_fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
-index e89ccf1..89fdbc5 100644
---- a/doc/CMakeLists.txt
-+++ b/doc/CMakeLists.txt
-@@ -4,7 +4,7 @@ SET(OUT_MANPAGE tasknc.1)
- ADD_CUSTOM_COMMAND(
- TARGET ManPages
- SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/${IN_POD}
-- COMMAND pod2man ARGS -s 1 --section=1 --center="tasknc Manual" --name="tasknc" --release="tasknc ${VERSION}" ${CMAKE_CURRENT_SOURCE_DIR}/${IN_POD}
-+ COMMAND pod2man ARGS --errors=none -s 1 --section=1 --center="tasknc Manual" --name="tasknc" --release="tasknc ${VERSION}" ${CMAKE_CURRENT_SOURCE_DIR}/${IN_POD}
- ${CMAKE_CURRENT_BINARY_DIR}/${OUT_MANPAGE}
- OUTPUTS ${CMAKE_CURRENT_BINARY_DIR}/${OUT_MANPAGE}
- )