From 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 26 Jul 2016 16:51:15 +0000 Subject: Cleanup patches, a* categories. Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight --- audio/linuxsampler/files/patch-src_common_atomic.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/linuxsampler/files/patch-src_common_atomic.h (limited to 'audio/linuxsampler/files/patch-src_common_atomic.h') 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..7baa65962c08 --- /dev/null +++ b/audio/linuxsampler/files/patch-src_common_atomic.h @@ -0,0 +1,11 @@ +--- src/common/atomic.h.orig 2009-03-29 18:43:39 UTC ++++ src/common/atomic.h +@@ -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 + + /* -- cgit v1.2.3