diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-03-22 08:39:08 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-26 16:19:47 -0400 |
commit | 1140df46c2c02089d5ea4776d97847a466e7972a (patch) | |
tree | df1876d14c03830e8ccbf9018904d1f38a87fc98 /app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch | |
parent | app-accessibility/julius: EAPI bump and patch updates (diff) | |
download | gentoo-1140df46c2c02089d5ea4776d97847a466e7972a.tar.gz gentoo-1140df46c2c02089d5ea4776d97847a466e7972a.tar.bz2 gentoo-1140df46c2c02089d5ea4776d97847a466e7972a.zip |
app-accessibility/powiedz: EAPI bump and patch cleanup
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7585
Diffstat (limited to 'app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch')
-rw-r--r-- | app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch b/app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch new file mode 100644 index 000000000000..fb2852b61c0e --- /dev/null +++ b/app-accessibility/powiedz/files/powiedz-1.0-dsp-handle-fix.patch @@ -0,0 +1,12 @@ +--- a/aufile.c ++++ b/aufile.c +@@ -217,8 +217,7 @@ + audio_open(int samp_rate,int disp) + { + int i; +-// esd_fd = open(dev_file, O_WRONLY | O_NDELAY); +- esd_fd = open(audio_dsp, O_WRONLY); ++ esd_fd = open(audio_dsp, O_WRONLY | O_NDELAY); + if (esd_fd < 0) + { + if (disp) perror(audio_dsp); |