diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-08-22 20:00:56 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-08-22 20:00:56 +0000 |
commit | acfb1c6640ebe98c79c9143abbd0a84c3934e1a2 (patch) | |
tree | 03cf375949e19fb809de86da38584ceb59813db8 /audio/py-ogg/files | |
parent | update py-ao to 0.82 (diff) |
Update py-ogg port to 1.3
Notes
Notes:
svn path=/head/; revision=87515
Diffstat (limited to 'audio/py-ogg/files')
-rw-r--r-- | audio/py-ogg/files/patch-setup.py | 11 |
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." |