pkgsrc/misc/koffice/patches/patch-ab
markd 31bd9d5abb Fix configure to find and use the python headers and libraries that belong
to the version of python that has been selected for use via pkgsrc.

Should fix PR pkg/24288
2004-02-10 21:06:33 +00:00

15 lines
369 B
Text

$NetBSD: patch-ab,v 1.6 2004/02/10 21:06:33 markd Exp $
--- configure.orig 2004-01-21 08:11:50.000000000 +1300
+++ configure
@@ -32275,6 +32275,10 @@ else
version=""2.3""
fi
+if test -n "${PYVERSSUFFIX}"; then
+ version="${PYVERSSUFFIX}"
+fi
+
echo "$as_me:$LINENO: checking for Python$version" >&5
echo $ECHO_N "checking for Python$version... $ECHO_C" >&6