SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
audio/jack/patches/patch-config_sysdeps_atomicity_h
Normal file
17
audio/jack/patches/patch-config_sysdeps_atomicity_h
Normal file
|
@ -0,0 +1,17 @@
|
|||
--- config/sysdeps/atomicity.h.orig Thu Mar 13 16:39:46 2008
|
||||
+++ config/sysdeps/atomicity.h Mon Jun 16 21:00:28 2008
|
||||
@@ -15,6 +15,14 @@
|
||||
|
||||
#include <config/cpu/powerpc/atomicity.h>
|
||||
|
||||
+#elif defined(__mips__) || defined(__mips64__)
|
||||
+
|
||||
+#include <config/cpu/mips/atomicity.h>
|
||||
+
|
||||
+#elif defined(__alpha__)
|
||||
+
|
||||
+#include <config/cpu/alpha/atomicity.h>
|
||||
+
|
||||
#else
|
||||
|
||||
#include <config/cpu/generic/atomicity.h>
|
Loading…
Add table
Add a link
Reference in a new issue