diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-29 07:43:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-29 07:43:38 +0000 |
commit | 2e8fc655bc93890a4b9bb382c4d002b620adb9c5 (patch) | |
tree | 803320619e3a432324b952a0f20628ad52b471d0 /audio/muse/files/patch-jmixer.cpp | |
parent | update to Beta 1 (20040422). (diff) |
- Update to version 0.9
PR: ports/65990
Submitted by: Ports Fury
Diffstat (limited to 'audio/muse/files/patch-jmixer.cpp')
-rw-r--r-- | audio/muse/files/patch-jmixer.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/muse/files/patch-jmixer.cpp b/audio/muse/files/patch-jmixer.cpp deleted file mode 100644 index e5190231d46e..000000000000 --- a/audio/muse/files/patch-jmixer.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |