summaryrefslogtreecommitdiff
path: root/audio/py-vorbis/files/patch-setup.py
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2002-10-07 13:43:18 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2002-10-07 13:43:18 +0000
commitcdaf725a9b8e45ee7b0992a6658130f97b0ff05f (patch)
tree5243e5ab88a4f43e9de6e59ea1f644ee9b981458 /audio/py-vorbis/files/patch-setup.py
parentAdd py-ogg 1.0, object-oriented Python bindings for the ogg library. (diff)
Add py-vorbis 1.0, object-oriented Python bindings for the vorbis library.
Notes
Notes: svn path=/head/; revision=67558
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."