diff options
Diffstat (limited to 'audio/bristol/files/patch-libbristolaudio-audioEngine.c')
-rw-r--r-- | audio/bristol/files/patch-libbristolaudio-audioEngine.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/bristol/files/patch-libbristolaudio-audioEngine.c b/audio/bristol/files/patch-libbristolaudio-audioEngine.c deleted file mode 100644 index c8802e81d6cf..000000000000 --- a/audio/bristol/files/patch-libbristolaudio-audioEngine.c +++ /dev/null @@ -1,13 +0,0 @@ ---- libbristolaudio/audioEngine.c.orig 2012-04-27 13:04:29.000000000 +0200 -+++ libbristolaudio/audioEngine.c 2012-09-24 15:41:49.609845763 +0200 -@@ -59,8 +59,10 @@ - #include <fcntl.h> - #ifdef SUBFRAGMENT - #include <stdlib.h> -+#ifndef __FreeBSD__ - #include <malloc.h> - #endif -+#endif - - #include <sys/ioctl.h> - |