diff options
Diffstat (limited to 'audio/py-fastaudio/files/patch-mysndfile.h')
-rw-r--r-- | audio/py-fastaudio/files/patch-mysndfile.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |