diff options
Diffstat (limited to 'net/kamailio/files/extra-patch-atomic-amd64')
-rw-r--r-- | net/kamailio/files/extra-patch-atomic-amd64 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/kamailio/files/extra-patch-atomic-amd64 b/net/kamailio/files/extra-patch-atomic-amd64 deleted file mode 100644 index 9d97d1612e3d..000000000000 --- a/net/kamailio/files/extra-patch-atomic-amd64 +++ /dev/null @@ -1,11 +0,0 @@ ---- atomic/atomic_native.h.orig 2015-09-06 19:01:51 UTC -+++ atomic/atomic_native.h -@@ -46,6 +46,8 @@ - #ifndef __atomic_native - #define __atomic_native - -+#define CC_GCC_LIKE_ASM 1 -+#define __CPU_x86_64 1 - #ifdef CC_GCC_LIKE_ASM - - #if defined __CPU_i386 || defined __CPU_x86_64 |