From 73bd061b02f30f6060cd1c76530268777950566b Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 25 Jan 2018 13:06:23 +0000 Subject: Update BUILD_DEPENDS: restrict py-sphinx to DOCS option PR: 219249 Reported by: Gerrit Beine --- databases/py-xapian/files/patch-configure | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 databases/py-xapian/files/patch-configure (limited to 'databases/py-xapian/files/patch-configure') diff --git a/databases/py-xapian/files/patch-configure b/databases/py-xapian/files/patch-configure new file mode 100644 index 000000000000..21ccbf11bed2 --- /dev/null +++ b/databases/py-xapian/files/patch-configure @@ -0,0 +1,24 @@ +--- configure.orig 2017-10-16 02:32:59 UTC ++++ configure +@@ -17105,10 +17105,6 @@ $as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; } +- if test yes = "$with_python" ; then +- as_fn_error $? "Couldn't import sphinx module and call sphinx.main() for Python2 - try package python-sphinx" "$LINENO" 5 +- fi +- PYTHON2= + fi + if test -n "$PYTHON2" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $PYTHON2_INC/Python.h" >&5 +@@ -17292,10 +17288,6 @@ $as_echo "yes" >&6; } + else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + $as_echo "no" >&6; } +- if test yes = "$with_python3" ; then +- as_fn_error $? "Couldn't import sphinx module and call sphinx.main() for Python3 - try package python3-sphinx" "$LINENO" 5 +- fi +- PYTHON3= + fi + if test -n "$PYTHON3" ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $PYTHON3_INC/Python.h" >&5 -- cgit v1.2.3