1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/audio/bristol/files/patch-libbristolaudio-audioEngine.c
Guido Falsi 2bf029bae6 Bristol is an emulation package for a number of different 'classic'
synthesisers including additive, subtractive and a few organs.
The application consists of the engine, which is called bristol,
and its own GUI library called brighton that represents all the
emulations.

WWW: http://bristol.sourceforge.net/

PR:		ports/169861
Submitted by:	pjm <pierrejacqes.mimifir@gmail.com>
2012-10-01 21:52:42 +00:00

14 lines
311 B
C

--- 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>