8685e79d85
eyeD3 is a Python module and program for processing ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ID3 v1.0/v1.1 and v2.3/v2.4. feedback and ok alek@
22 lines
605 B
Plaintext
22 lines
605 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2007/06/22 14:43:13 jasper Exp $
|
|
--- configure.orig Tue May 8 04:17:44 2007
|
|
+++ configure Thu Jun 14 02:01:51 2007
|
|
@@ -1682,8 +1682,6 @@ fi
|
|
|
|
|
|
|
|
- PYTHON=""
|
|
-
|
|
# Check whether --with-python-23 was given.
|
|
if test "${with_python_23+set}" = set; then
|
|
withval=$with_python_23; force23=1
|
|
@@ -1738,7 +1736,7 @@ fi
|
|
done
|
|
|
|
else
|
|
- for ac_prog in python python2 python2.3
|
|
+ for ac_prog in python python2 python2.3 python2.4 python2.5
|
|
do
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
|
set dummy $ac_prog; ac_word=$2
|