summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-08-16 04:47:51 +0000
committerJon Hood <squinky86@gentoo.org>2004-08-16 04:47:51 +0000
commitad9292889ebc2d002059a6fd902acba914ca6eb9 (patch)
tree853ecce8aea1574f43dbf7c2d425991c98d5e244 /media-plugins/streamtuner-python/files
parentwww-proxy/tinyproxy moved (diff)
downloadgentoo-2-ad9292889ebc2d002059a6fd902acba914ca6eb9.tar.gz
gentoo-2-ad9292889ebc2d002059a6fd902acba914ca6eb9.tar.bz2
gentoo-2-ad9292889ebc2d002059a6fd902acba914ca6eb9.zip
apply fix for #51832
Diffstat (limited to 'media-plugins/streamtuner-python/files')
-rw-r--r--media-plugins/streamtuner-python/files/0.1.2-configure.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-plugins/streamtuner-python/files/0.1.2-configure.patch b/media-plugins/streamtuner-python/files/0.1.2-configure.patch
new file mode 100644
index 000000000000..f4ec7b2121a4
--- /dev/null
+++ b/media-plugins/streamtuner-python/files/0.1.2-configure.patch
@@ -0,0 +1,20 @@
+diff -Naur streamtuner-python-0.1.2/configure streamtuner-python-0.1.2.new/configure
+--- streamtuner-python-0.1.2/configure 2004-05-24 05:29:15.000000000 -0500
++++ streamtuner-python-0.1.2.new/configure 2004-08-15 23:38:59.615829560 -0500
+@@ -21312,11 +21312,11 @@
+
+
+
+-found=no
+-PYTHON_VERSION=""
+-PYTHON_PREFIX=""
+-EMBEDDED_PYTHON_CFLAGS=""
+-EMBEDDED_PYTHON_LIBS=""
++found=yes
++PYTHON_VERSION="Python 2.3+"
++PYTHON_PREFIX="/usr/bin/python"
++EMBEDDED_PYTHON_CFLAGS="/usr/include/python2.3"
++EMBEDDED_PYTHON_LIBS="/usr/lib/python2.3"
+
+ for ac_prog in python python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
+ do