summaryrefslogtreecommitdiff
path: root/media-sound/snd/files/snd-17.4-undefined-oss_sample_types.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-11-23 13:08:35 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-11-23 13:08:35 +0000
commit87cdf8e64e5874146493d2a4a4489b08583043c3 (patch)
treeb481dca3db38189f893c7e9fdf3fb98731b097a9 /media-sound/snd/files/snd-17.4-undefined-oss_sample_types.patch
parentbed152ba1fc2f1316eaefb5c3d24d48195560f76 (diff)
gentoo auto-resync : 23:11:2022 - 13:08:35
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
-
-
-