summaryrefslogtreecommitdiff
path: root/audio/cmp3/files/patch-cmp3volume.c
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-25 07:53:48 -0500
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-30 18:59:27 -0500
commitc132054349f8290c1d9cdc91fec876886e9759d2 (patch)
tree9e3ff91118f9398e69d80e68c1bab7c3864c3fd8 /audio/cmp3/files/patch-cmp3volume.c
parentaudio/cd2mp3: Remove expired port: (diff)
audio/cmp3: Remove expired port:
2023-03-31 audio/cmp3: Abandonware, no development in 20 years. Please consider using audio/cmus or audio/musicpd
Diffstat (limited to 'audio/cmp3/files/patch-cmp3volume.c')
-rw-r--r--audio/cmp3/files/patch-cmp3volume.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/cmp3/files/patch-cmp3volume.c b/audio/cmp3/files/patch-cmp3volume.c
deleted file mode 100644
index b082de7b2379..000000000000
--- a/audio/cmp3/files/patch-cmp3volume.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- cmp3volume.c.orig 2001-07-01 04:38:08 UTC
-+++ cmp3volume.c
-@@ -3,11 +3,7 @@
- */
-
- #include "cmp3funcs.h"
--#if defined(__FreeBSD__)
--#include <machine/soundcard.h>
--#else
- #include<sys/soundcard.h>
--#endif
-
- static int mixernum, /* ID number for the mixer */
- vol; /* Current volume level */