summaryrefslogtreecommitdiff
path: root/audio/py-speex/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--audio/py-speex/files/patch-setup.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/py-speex/files/patch-setup.py b/audio/py-speex/files/patch-setup.py
deleted file mode 100644
index b685e56c3624..000000000000
--- a/audio/py-speex/files/patch-setup.py
+++ /dev/null
@@ -1,14 +0,0 @@
---- setup.py.orig 2005-10-30 12:10:14 UTC
-+++ setup.py
-@@ -5,9 +5,9 @@ import sys
- from distutils.core import setup, Extension
- from Pyrex.Distutils import build_ext
-
--incDirs = ['../libspeex', '/usr/include/speex', '/usr/local/include/speex']
-+incDirs = ['%%LOCALBASE%%/include', '%%LOCALBASE%%/include/speex']
- libs = []
--libDirs = []
-+libDirs = ['%%LOCALBASE%%/lib']
- runtimeLibDirs = []
- cMacros = []
- #extraLinkArgs = ['-g', '/usr/lib/libspeex.a'] # static