ports/audio/bristol/files/patch-libbristolaudio_audioGUIOSS.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

12 lines
289 B
C

--- libbristolaudio/audioGUIOSS.c.orig 2012-04-27 11:04:29 UTC
+++ libbristolaudio/audioGUIOSS.c
@@ -50,7 +50,9 @@
#include <unistd.h>
#include <fcntl.h>
#include <stdlib.h>
+#ifndef __FreeBSD__
#include <malloc.h>
+#endif
static int setAudioOSS(int, duplexDev *, int, int, int);