opnsense-ports/audio/linuxsampler/files/patch-src-common-atomic.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01: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
/*