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-mysndfile.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio/py-fastaudio/files/patch-mysndfile.h') diff --git a/audio/py-fastaudio/files/patch-mysndfile.h b/audio/py-fastaudio/files/patch-mysndfile.h index c29917b9e512..2fbd3032941b 100644 --- a/audio/py-fastaudio/files/patch-mysndfile.h +++ b/audio/py-fastaudio/files/patch-mysndfile.h @@ -1,9 +1,9 @@ ---- mysndfile.h.orig Tue Jun 15 13:37:39 2004 -+++ mysndfile.h Sat Mar 3 11:53:57 2007 +--- mysndfile.h.orig 2009-06-06 18:51:14.000000000 +0900 ++++ mysndfile.h 2009-06-06 18:51:38.000000000 +0900 @@ -1,5 +1,5 @@ #ifdef WIN32 #include "sndfile-win32.h" #else -#include "sndfile.h" -+#include "/usr/local/include/sndfile.h" ++#include "%%LOCALBASE%%/include/sndfile.h" #endif -- cgit v1.2.3