1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 11:10:32 -04:00
ports/audio/linuxsampler/files/patch-src-drivers-audio-AudioChannel.cpp
Edward Tomasz Napierala 350c62cd5d The LinuxSampler project was founded with the goal to produce a
free, streaming capable open source pure software audio sampler
with professional grade features, comparable to both hardware and
commercial Windows/Mac software samplers and to introduce new
features not yet available by any other sampler in the world.

WWW:    http://www.linuxsampler.org/
2009-08-23 19:11:58 +00:00

11 lines
427 B
C++

--- src/drivers/audio/AudioChannel.cpp.orig 2007-11-15 00:42:05.000000000 +0100
+++ src/drivers/audio/AudioChannel.cpp 2008-11-16 01:55:40.000000000 +0100
@@ -26,7 +26,7 @@
#include "../../common/global_private.h"
#include "../../common/Thread.h" // needed for allocAlignedMem() and freeAlignedMem()
-#if defined(__APPLE__)
+#if defined(__APPLE__) || defined(__FreeBSD__)
# include <stdlib.h>
#else
# include <malloc.h>