summary refs log tree commit diff
path: root/pkgs/development/web/nodejs/disable-libatomic-darwin-12_x.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/web/nodejs/disable-libatomic-darwin-12_x.patch')
-rw-r--r--pkgs/development/web/nodejs/disable-libatomic-darwin-12_x.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/development/web/nodejs/disable-libatomic-darwin-12_x.patch b/pkgs/development/web/nodejs/disable-libatomic-darwin-12_x.patch
deleted file mode 100644
index d6ac38138b8..00000000000
--- a/pkgs/development/web/nodejs/disable-libatomic-darwin-12_x.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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'],
-       }],
-     ],