summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/snd/files/snd-17.4-undefined-oss_sample_types.patch')
-rw-r--r--media-sound/snd/files/snd-17.4-undefined-oss_sample_types.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/media-sound/snd/files/snd-17.4-undefined-oss_sample_types.patch b/media-sound/snd/files/snd-17.4-undefined-oss_sample_types.patch
deleted file mode 100644
index 6199a7b183fd..000000000000
--- a/media-sound/snd/files/snd-17.4-undefined-oss_sample_types.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Always compile the `oss_sample_types` function
-Bug: https://bugs.gentoo.org/show_bug.cgi?id=621758
-
---- a/audio.c
-+++ b/audio.c
-@@ -743,7 +743,6 @@
- }
-
-
--#if (!HAVE_ALSA)
- static int oss_sample_types(int ur_dev, mus_sample_t *val)
- {
- int fd, samp_types = 0, sys, ind;
-@@ -774,7 +773,6 @@
- val[0] = (mus_sample_t)(ind - 1);
- return(MUS_NO_ERROR);
- }
--#endif
-
-
-