summaryrefslogtreecommitdiff
path: root/devel/electron4/files/patch-third__party_electron__node_common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron4/files/patch-third__party_electron__node_common.gypi')
-rw-r--r--devel/electron4/files/patch-third__party_electron__node_common.gypi18
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/electron4/files/patch-third__party_electron__node_common.gypi b/devel/electron4/files/patch-third__party_electron__node_common.gypi
deleted file mode 100644
index fbace0dcccf4..000000000000
--- a/devel/electron4/files/patch-third__party_electron__node_common.gypi
+++ /dev/null
@@ -1,18 +0,0 @@
---- third_party/electron_node/common.gypi.orig 2020-05-09 08:13:10 UTC
-+++ third_party/electron_node/common.gypi
-@@ -507,15 +507,6 @@
- 'libraries': [ '-lelf' ],
- }],
- ['OS=="freebsd"', {
-- 'conditions': [
-- ['"0" < llvm_version < "4.0"', {
-- # Use this flag because on FreeBSD std::pairs copy constructor is non-trivial.
-- # Doesn't apply to llvm 4.0 (FreeBSD 11.1) or later.
-- # Refs: https://lists.freebsd.org/pipermail/freebsd-toolchain/2016-March/002094.html
-- # Refs: https://svnweb.freebsd.org/ports/head/www/node/Makefile?revision=444555&view=markup
-- 'cflags': [ '-D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR=1' ],
-- }],
-- ],
- 'ldflags': [
- '-Wl,--export-dynamic',
- ],