From a8f951a208e00591352ff647c5f6a481f1be5459 Mon Sep 17 00:00:00 2001 From: Ion-Mihai Tetcu Date: Sat, 6 Jun 2009 16:01:46 +0000 Subject: Fix build with custom LOCALBASE. Submitted by: maintainer Reported by: QATty --- audio/py-fastaudio/files/patch-fastaudio.pyx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/py-fastaudio/files/patch-fastaudio.pyx') 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: -- cgit v1.2.3