diff options
Diffstat (limited to 'audio/openal-soft/files/patch-Alc_backends_oss.c')
-rw-r--r-- | audio/openal-soft/files/patch-Alc_backends_oss.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/openal-soft/files/patch-Alc_backends_oss.c b/audio/openal-soft/files/patch-Alc_backends_oss.c deleted file mode 100644 index 20514bf85295..000000000000 --- a/audio/openal-soft/files/patch-Alc_backends_oss.c +++ /dev/null @@ -1,11 +0,0 @@ ---- Alc/backends/oss.c.orig 2012-03-28 17:55:17.000000000 +0200 -+++ Alc/backends/oss.c 2012-04-22 14:13:19.000000000 +0200 -@@ -511,7 +511,7 @@ - { - #ifdef HAVE_STAT - struct stat buf; -- if(stat(oss_device, &buf) == 0) -+ if(stat(oss_driver, &buf) == 0) - #endif - AppendAllDeviceList(oss_device); - } |