summaryrefslogtreecommitdiff
path: root/audio/linuxsampler/files/patch-src-common-atomic.h
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2009-08-23 19:11:58 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2009-08-23 19:11:58 +0000
commit350c62cd5d2d4daca7b519dc4d9be13dff2f574a (patch)
treed4b778b20dc1f7c5cd23c4db4ba5da22103b0c06 /audio/linuxsampler/files/patch-src-common-atomic.h
parent- Update to 2.0.1 (diff)
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/
Notes
Notes: svn path=/head/; revision=240220
Diffstat (limited to '')
-rw-r--r--audio/linuxsampler/files/patch-src-common-atomic.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/linuxsampler/files/patch-src-common-atomic.h b/audio/linuxsampler/files/patch-src-common-atomic.h
new file mode 100644
index 000000000000..8a17bb03058f
--- /dev/null
+++ b/audio/linuxsampler/files/patch-src-common-atomic.h
@@ -0,0 +1,11 @@
+--- 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
+
+ /*