diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-12-29 04:39:22 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-12-29 04:39:22 +0000 |
commit | 8fe607b62853157af1e9acbfba69abb92d36fa54 (patch) | |
tree | 6e5d3b48cd78b083a4d30f36ce567653e4808493 /audio/muse/files | |
parent | fix build on -current (diff) |
fix build on -current
PR: 46581
Submitted by: Ports Fury
Diffstat (limited to 'audio/muse/files')
-rw-r--r-- | audio/muse/files/patch-jmixer.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/muse/files/patch-jmixer.cpp b/audio/muse/files/patch-jmixer.cpp new file mode 100644 index 000000000000..e5190231d46e --- /dev/null +++ b/audio/muse/files/patch-jmixer.cpp @@ -0,0 +1,11 @@ +--- jmixer.cpp.orig Tue Jul 23 04:48:56 2002 ++++ jmixer.cpp Sat Dec 28 09:41:10 2002 +@@ -808,7 +808,7 @@ + } + + /* this is the function selecting files for the scandir */ +-int selector(const struct dirent *dir) { ++int selector(struct dirent *dir) { + if( strncasecmp(dir->d_name+strlen(dir->d_name)-4,".mp3",4)==0 + #ifdef HAVE_VORBIS + || strncasecmp(dir->d_name+strlen(dir->d_name)-4,".ogg",4)==0 |