diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-06 16:01:46 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-06-06 16:01:46 +0000 |
commit | a8f951a208e00591352ff647c5f6a481f1be5459 (patch) | |
tree | 7aa0be96ba2833565f837c01a1a4566a9691b68b /audio/py-fastaudio/files/patch-mysndfile.h | |
parent | Upgrade 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-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 |