mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
a8f951a208
Submitted by: maintainer Reported by: QATty
10 lines
248 B
C
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
|