summaryrefslogtreecommitdiff
path: root/audio/py-vorbis/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'audio/py-vorbis/files/patch-setup.py')
-rw-r--r--audio/py-vorbis/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/py-vorbis/files/patch-setup.py b/audio/py-vorbis/files/patch-setup.py
new file mode 100644
index 000000000000..0a9871e385b6
--- /dev/null
+++ b/audio/py-vorbis/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig Mon Sep 23 16:29:24 2002
++++ setup.py Mon Sep 23 16:29:34 2002
+@@ -20,7 +20,7 @@
+
+ def get_setup():
+ data = {}
+- r = re.compile(r'(\S+)\s*?=\s*?(.+)')
++ r = re.compile(r'(\S+)\s*?=\s*(.+)')
+
+ if not os.path.isfile('Setup'):
+ print "No 'Setup' file. Perhaps you need to run the configure script."