summaryrefslogtreecommitdiff
path: root/audio/py-ogg/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'audio/py-ogg/files/patch-setup.py')
-rw-r--r--audio/py-ogg/files/patch-setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/py-ogg/files/patch-setup.py b/audio/py-ogg/files/patch-setup.py
deleted file mode 100644
index d9f0d75e678c..000000000000
--- a/audio/py-ogg/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig Mon Sep 23 16:23:48 2002
-+++ setup.py Mon Sep 23 16:24:06 2002
-@@ -16,7 +16,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."