diff options
author | nork <nork@FreeBSD.org> | 2003-04-26 22:28:40 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-04-26 22:28:40 +0000 |
commit | 4fe022b400964474609da7a25f7191e2d793df24 (patch) | |
tree | 6d7fbbc19df32dbd2482f56946e4d0b2930a0dec /audio/muse/files | |
parent | e0356be16891195ac98817d4028bccd7d5e21248 (diff) | |
download | FreeBSD-ports-4fe022b400964474609da7a25f7191e2d793df24.zip FreeBSD-ports-4fe022b400964474609da7a25f7191e2d793df24.tar.gz |
Update to 0.8.1.
PR: ports/51358
Submitted by: Ports Fury
Diffstat (limited to 'audio/muse/files')
-rw-r--r-- | audio/muse/files/patch-shout::mp3.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/muse/files/patch-shout::mp3.c b/audio/muse/files/patch-shout::mp3.c new file mode 100644 index 0000000..8570a82 --- /dev/null +++ b/audio/muse/files/patch-shout::mp3.c @@ -0,0 +1,10 @@ +--- shout/mp3.c.orig Tue Mar 25 05:30:10 2003 ++++ shout/mp3.c Thu Apr 24 02:44:09 2003 +@@ -1,7 +1,6 @@ + /* mp3.c: libshout MP3 format handler */ + + #include <stdio.h> +-#include <stdint.h> + #include <stdlib.h> + #include <string.h> + #include <config.h> |