diff options
Diffstat (limited to 'media-sound/musepack-tools/files/musepack-tools-1.15v-fbsd.patch')
-rw-r--r-- | media-sound/musepack-tools/files/musepack-tools-1.15v-fbsd.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/media-sound/musepack-tools/files/musepack-tools-1.15v-fbsd.patch b/media-sound/musepack-tools/files/musepack-tools-1.15v-fbsd.patch deleted file mode 100644 index 1171b57..0000000 --- a/media-sound/musepack-tools/files/musepack-tools-1.15v-fbsd.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: sv7/mppdec.h -=================================================================== ---- sv7.orig/mppdec.h -+++ sv7/mppdec.h -@@ -160,7 +160,7 @@ - # include <sys/time.h> - # if defined __linux__ // the standard is that this file is stored somewhere on the hard disk - # include <linux/soundcard.h> --# elif defined __bsdi__ -+# elif defined __bsdi__ || __FreeBSD__ >= 5 - # include <sys/soundcard.h> - # elif defined __FreeBSD__ - # include <machine/soundcard.h> |