aboutsummaryrefslogtreecommitdiff
path: root/audio/py-ao/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'audio/py-ao/files/patch-setup.py')
-rw-r--r--audio/py-ao/files/patch-setup.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/py-ao/files/patch-setup.py b/audio/py-ao/files/patch-setup.py
deleted file mode 100644
index 1c7c514b0b22..000000000000
--- a/audio/py-ao/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig Sun Sep 2 21:14:39 2001
-+++ setup.py Mon Sep 23 16:14:54 2002
-@@ -11,7 +11,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."