diff options
Diffstat (limited to 'audio/py-ao/files/patch-setup.py')
-rw-r--r-- | audio/py-ao/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/py-ao/files/patch-setup.py b/audio/py-ao/files/patch-setup.py new file mode 100644 index 0000000..1c7c514 --- /dev/null +++ b/audio/py-ao/files/patch-setup.py @@ -0,0 +1,11 @@ +--- 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." |