1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-21 04:30:37 -04:00
ports/audio/linuxsampler/files/patch-src-common-atomic.h
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
394 B
C

--- src/common/atomic.h.orig 2009-03-29 20:43:39.000000000 +0200
+++ src/common/atomic.h 2009-08-22 11:21:38.000000000 +0200
@@ -38,7 +38,7 @@
#define CONFIG_SMP /* ... the macro the kernel headers use */
#endif
-#if defined(__linux__) || defined(WIN32) || defined(__APPLE__)
+#if defined(__linux__) || defined(WIN32) || defined(__APPLE__) || defined(__FreeBSD__)
#ifdef _ARCH_PPC
/*