diff options
Diffstat (limited to 'databases/py-xapian/files/patch-configure')
-rw-r--r-- | databases/py-xapian/files/patch-configure | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/databases/py-xapian/files/patch-configure b/databases/py-xapian/files/patch-configure index 6b9dce2bb21b..d6b74ea6ebdc 100644 --- a/databases/py-xapian/files/patch-configure +++ b/databases/py-xapian/files/patch-configure @@ -1,11 +1,31 @@ ---- configure.orig 2023-02-02 01:01:44 UTC +--- configure.orig 2024-03-07 22:58:52 UTC +++ configure -@@ -21048,7 +21048,7 @@ SWIG_CXXFLAGS= +@@ -18948,19 +18948,6 @@ printf "%s\n" "$version (too old)" >&6; } + PYTHON3_INC=`$PYTHON3 -c 'import os,sysconfig;print(sysconfig.get_path("include").replace(os.sep,"/"))' 2>/dev/null` + + fi +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for python3 sphinx module" >&5 +-printf %s "checking for python3 sphinx module... " >&6; } +- if $PYTHON3 -c 'import sphinx' >&5 2>&5 ; then +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +-printf "%s\n" "yes" >&6; } +- else +- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +-printf "%s\n" "no" >&6; } +- if test yes = "$with_python3" ; then +- as_fn_error $? "Couldn't import sphinx module for Python3 - try package python3-sphinx" "$LINENO" 5 +- fi +- PYTHON3= +- fi + if test -n "$PYTHON3" ; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $PYTHON3_INC/Python.h" >&5 + printf %s "checking for $PYTHON3_INC/Python.h... " >&6; } +@@ -21080,7 +21067,7 @@ if test yes = "$GXX" ; then if test yes = "$GXX" ; then SWIG_CXXFLAGS="-fno-strict-aliasing" - XAPIAN_LIBS="$XAPIAN_LIBS -lstdc++" -+ XAPIAN_LIBS="$XAPIAN_LIBS " ++ XAPIAN_LIBS="$XAPIAN_LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext |