1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/audio/py-fastaudio/files/patch-mysndfile.h
Ion-Mihai Tetcu a8f951a208 Fix build with custom LOCALBASE.
Submitted by:	maintainer
Reported by:	QATty
2009-06-06 16:01:46 +00:00

10 lines
248 B
C

--- 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 "%%LOCALBASE%%/include/sndfile.h"
#endif