summaryrefslogtreecommitdiff
path: root/misc/koffice/patches
diff options
context:
space:
mode:
authormarkd <markd>2004-02-10 21:06:33 +0000
committermarkd <markd>2004-02-10 21:06:33 +0000
commita740a1198a218471bed00c4fec89cb8488a8c3a5 (patch)
treef7859768cdc913b303d7e3bd49e04ef54bdd0727 /misc/koffice/patches
parent7bdd0aa8cd7fc2b977f172b606bb3ed560715d5e (diff)
downloadpkgsrc-a740a1198a218471bed00c4fec89cb8488a8c3a5.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
+