summaryrefslogtreecommitdiff
path: root/devel/electron6/files/patch-v8_BUILD.gn
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-02 12:28:34 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-02 12:28:34 +0000
commit58083a596736902f0b7c0eaf4c9affda7d7edbb5 (patch)
treeb79332244517c33996a0893e38498ffc48c36dda /devel/electron6/files/patch-v8_BUILD.gn
parentmultimedia/gtk-youtube-viewer: update 3.8.0 -> 3.8.1 (diff)
Remove a few expired ports depending on Python 2.7:
2020-12-31 www/iridium: Uses Python 2.7 which is EOLed upstream 2020-12-31 editors/atom: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/electron4: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/electron5: Uses Python 2.7 which is EOLed upstream 2020-12-31 devel/electron6: Uses Python 2.7 which is EOLed upstream
Notes
Notes: svn path=/head/; revision=559931
Diffstat (limited to 'devel/electron6/files/patch-v8_BUILD.gn')
-rw-r--r--devel/electron6/files/patch-v8_BUILD.gn32
1 files changed, 0 insertions, 32 deletions
diff --git a/devel/electron6/files/patch-v8_BUILD.gn b/devel/electron6/files/patch-v8_BUILD.gn
deleted file mode 100644
index 3174c396bf0a..000000000000
--- a/devel/electron6/files/patch-v8_BUILD.gn
+++ /dev/null
@@ -1,32 +0,0 @@
---- v8/BUILD.gn.orig 2019-09-16 09:24:25 UTC
-+++ v8/BUILD.gn
-@@ -3545,7 +3545,7 @@ v8_component("v8_libbase") {
- }
- }
-
-- if (is_linux) {
-+ if (is_linux && !is_bsd) {
- sources += [
- "src/base/debug/stack_trace_posix.cc",
- "src/base/platform/platform-linux.cc",
-@@ -3565,6 +3565,12 @@ v8_component("v8_libbase") {
- "dl",
- "rt",
- ]
-+ } else if (is_bsd) {
-+ sources += [
-+ "src/base/debug/stack_trace_posix.cc",
-+ "src/base/platform/platform-freebsd.cc",
-+ ]
-+ libs = [ "rt", "execinfo" ]
- } else if (is_android) {
- if (current_toolchain == host_toolchain) {
- libs = [
-@@ -3820,6 +3826,7 @@ if (v8_use_snapshot && current_toolchain == v8_snapsho
- "src/snapshot/embedded/platform-embedded-file-writer-win.h",
- "src/snapshot/mksnapshot.cc",
- ]
-+ libs = ["execinfo"]
-
- configs = [ ":internal_config" ]
-