diff options
Diffstat (limited to 'audio/linuxsampler/files/patch-src-common-atomic.h')
-rw-r--r-- | audio/linuxsampler/files/patch-src-common-atomic.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/linuxsampler/files/patch-src-common-atomic.h b/audio/linuxsampler/files/patch-src-common-atomic.h deleted file mode 100644 index 8a17bb03058f..000000000000 --- a/audio/linuxsampler/files/patch-src-common-atomic.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - - /* |