From b8ed541d56fe430d8c9d88924de1700db65d37fe Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 14 Sep 2022 01:11:19 -0500 Subject: net-libs/nodejs: add 18.9.0 Closes: https://github.com/gentoo/gentoo/pull/27242 Bug: https://bugs.gentoo.org/869992 Signed-off-by: William Hubbs --- .../nodejs/files/nodejs-18.9.0-clang-fix-libatomic.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 net-libs/nodejs/files/nodejs-18.9.0-clang-fix-libatomic.patch (limited to 'net-libs/nodejs/files') diff --git a/net-libs/nodejs/files/nodejs-18.9.0-clang-fix-libatomic.patch b/net-libs/nodejs/files/nodejs-18.9.0-clang-fix-libatomic.patch new file mode 100644 index 000000000000..5296ed1318b0 --- /dev/null +++ b/net-libs/nodejs/files/nodejs-18.9.0-clang-fix-libatomic.patch @@ -0,0 +1,16 @@ +https://bugs.gentoo.org/869992 + +diff --git a/node.gyp b/node.gyp +index 347d82d2e1..8c4ffea256 100644 +--- a/node.gyp ++++ b/node.gyp +@@ -117,9 +117,6 @@ + '-Wl,-bnoerrmsg', + ], + }], +- ['OS == "linux" and llvm_version != "0.0"', { +- 'libraries': ['-latomic'], +- }], + ], + }, + -- cgit v1.2.3-65-gdbad