summaryrefslogtreecommitdiff
path: root/audio/py-fastaudio/files/patch-fastaudio.pyx
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-06 16:01:46 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-06 16:01:46 +0000
commita8f951a208e00591352ff647c5f6a481f1be5459 (patch)
tree7aa0be96ba2833565f837c01a1a4566a9691b68b /audio/py-fastaudio/files/patch-fastaudio.pyx
parentUpgrade to 0.11. (diff)
Fix build with custom LOCALBASE.
Submitted by: maintainer Reported by: QATty
Notes
Notes: svn path=/head/; revision=235317
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: