summaryrefslogtreecommitdiff
path: root/audio/alsa-plugins/files/patch-jack_pcm__jack.c
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2024-07-25 21:45:39 +0300
committerVladimir Druzenko <vvd@FreeBSD.org>2024-07-25 21:50:52 +0300
commit1a782b3157860d35e79a7b9dceb50bee7a7b7684 (patch)
tree28271d3e2dfaa9db880d1ee677c02a640020dbcf /audio/alsa-plugins/files/patch-jack_pcm__jack.c
parentdevel/binutils: add /usr/lib32 to search path (diff)
audio/alsa-plugins: update 1.2.7.1 → 1.2.12
Also: * refresh patches; * change maintainer from ports@ to rodrigo@ - maintainer other alsa ports: audio/alsa-lib audio/alsa-utils (if he is against changing the maintainer, then I will return the old value ports@). PR: 280144 Approved by: rodrigo (maintainer, timeout > 2 weeks)
Diffstat (limited to 'audio/alsa-plugins/files/patch-jack_pcm__jack.c')
-rw-r--r--audio/alsa-plugins/files/patch-jack_pcm__jack.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/alsa-plugins/files/patch-jack_pcm__jack.c b/audio/alsa-plugins/files/patch-jack_pcm__jack.c
deleted file mode 100644
index 12ad92846719..000000000000
--- a/audio/alsa-plugins/files/patch-jack_pcm__jack.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- jack/pcm_jack.c.orig 2023-11-03 22:31:39 UTC
-+++ jack/pcm_jack.c
-@@ -603,7 +603,7 @@ static int snd_pcm_jack_open(snd_pcm_t **pcmp, const c
- }
-
- if (client_name == NULL) {
-- const char *pname = program_invocation_short_name;
-+ const char *pname = getprogname();
- if (!pname[0]) {
- pname = "alsa-jack";
- }