summary refs log tree commit diff
path: root/pkgs/development/web/nodejs/disable-libatomic-darwin-12_x.patch
blob: d6ac38138b88739d7fcaa935f313303afc75e3b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/node.gyp
+++ b/node.gyp
@@ -289,7 +289,7 @@
           '-Wl,-bnoerrmsg',
         ],
       }],
-      ['(OS=="linux" or OS=="mac") and llvm_version!=0', {
+      ['OS=="linux" and llvm_version!=0', {
         'libraries': ['-latomic'],
       }],
     ],