freebsd-ports/audio/linuxsampler/files/patch-src_drivers_audio_AudioChannel.cpp
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

11 lines
379 B
C++

--- src/drivers/audio/AudioChannel.cpp.orig 2009-07-04 12:13:58 UTC
+++ src/drivers/audio/AudioChannel.cpp
@@ -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>