summaryrefslogtreecommitdiff
path: root/audio/py-fastaudio/files/patch-fastaudio.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'audio/py-fastaudio/files/patch-fastaudio.pyx')
-rw-r--r--audio/py-fastaudio/files/patch-fastaudio.pyx6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/py-fastaudio/files/patch-fastaudio.pyx b/audio/py-fastaudio/files/patch-fastaudio.pyx
index 61a27468816a..8f097b13b3f0 100644
--- a/audio/py-fastaudio/files/patch-fastaudio.pyx
+++ b/audio/py-fastaudio/files/patch-fastaudio.pyx
@@ -1,11 +1,11 @@
---- fastaudio.pyx.orig Sat Mar 3 10:53:45 2007
-+++ fastaudio.pyx Sat Mar 3 11:03:03 2007
+--- fastaudio.pyx.orig 2004-06-15 20:37:39.000000000 +0900
++++ fastaudio.pyx 2009-06-06 18:54:52.000000000 +0900
@@ -92,7 +92,7 @@
#@+node:portaudio.h
# portaudio-specifics
-cdef extern from "../pa_common/portaudio.h":
-+cdef extern from "/usr/local/include/portaudio.h":
++cdef extern from "%%LOCALBASE%%/include/portaudio.h":
ctypedef int PaError
cdef enum PA_ERRORS: