summaryrefslogtreecommitdiff
path: root/misc/koffice/patches
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2004-02-10 21:06:33 +0000
committermarkd <markd@pkgsrc.org>2004-02-10 21:06:33 +0000
commit31bd9d5abb67f91b375c40ac728b8d000f97a0eb (patch)
treef7859768cdc913b303d7e3bd49e04ef54bdd0727 /misc/koffice/patches
parent3ed46a38da09734155b9ab1fd147e376f6908672 (diff)
downloadpkgsrc-31bd9d5abb67f91b375c40ac728b8d000f97a0eb.tar.gz
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
Diffstat (limited to 'misc/koffice/patches')
-rw-r--r--misc/koffice/patches/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/koffice/patches/patch-ab b/misc/koffice/patches/patch-ab
new file mode 100644
index 00000000000..d2e1c5d9746
--- /dev/null
+++ b/misc/koffice/patches/patch-ab
@@ -0,0 +1,15 @@
+$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
+