diff -Nur mp3fs.orig/Portfile mp3fs/Portfile
old
|
new
|
|
27 | 27 | |
28 | 28 | depends_build port:pkgconfig |
29 | 29 | |
30 | | depends_lib path:lib/pkgconfig/fuse.pc:fuse4x \ |
| 30 | depends_lib port:osxfuse \ |
31 | 31 | port:flac \ |
32 | 32 | port:lame \ |
33 | 33 | port:libid3tag |
| 34 | |
| 35 | patchfiles patch-src-transcode.c |
| 36 | patch.pre_args -p1 |
diff -Nur mp3fs.orig/files/patch-src-transcode.c mp3fs/files/patch-src-transcode.c
old
|
new
|
|
| 1 | --- mp3fs-0.30/src/transcode.c.orig 2016-04-22 13:04:57.000000000 -0700 |
| 2 | +++ mp3fs-0.30/src/transcode.c 2016-04-22 13:07:29.000000000 -0700 |
| 3 | @@ -21,6 +21,7 @@ |
| 4 | |
| 5 | #define _GNU_SOURCE |
| 6 | |
| 7 | +#include <inttypes.h> |
| 8 | #include <stdio.h> |
| 9 | #include <string.h> |
| 10 | #include <unistd.h> |