summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/bitlbee-configure-doc-fix.patch
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-03-21 12:22:31 -0400
committerLeo Famulari <leo@famulari.name>2016-03-21 12:22:31 -0400
commit09ec508a4c14d1bc09622d98f796548d79ab0552 (patch)
tree86cc5a2a67d35ad796bfa33d67869d670d65822e /gnu/packages/patches/bitlbee-configure-doc-fix.patch
parent2dbed47f5c09347c9af42c5f5bacfccbc1ab4aff (diff)
parent71cafa0472a15f2234e24d3c6d8019ebb38685b0 (diff)
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/patches/bitlbee-configure-doc-fix.patch')
-rw-r--r--gnu/packages/patches/bitlbee-configure-doc-fix.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/patches/bitlbee-configure-doc-fix.patch b/gnu/packages/patches/bitlbee-configure-doc-fix.patch
deleted file mode 100644
index ade0b7f25c..0000000000
--- a/gnu/packages/patches/bitlbee-configure-doc-fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix the check for the prebuilt helpfile when xsltproc is not available.
-
---- bitlbee-3.4/configure.orig 2015-03-25 18:09:10.000000000 -0400
-+++ bitlbee-3.4/configure 2015-05-20 14:51:33.627975970 -0400
-@@ -650,8 +650,8 @@
-
- if [ "$doc" = "1" ]; then
- if [ ! -e doc/user-guide/help.txt ] && \
-- ! type xmlto > /dev/null 2> /dev/null || \
-- ! type xsltproc > /dev/null 2> /dev/null
-+ (! type xmlto > /dev/null 2> /dev/null || \
-+ ! type xsltproc > /dev/null 2> /dev/null)
- then
- echo
- echo 'WARNING: Building from an unreleased source tree without prebuilt helpfile.'