diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-02 12:28:34 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-02 12:28:34 +0000 |
commit | 58083a596736902f0b7c0eaf4c9affda7d7edbb5 (patch) | |
tree | b79332244517c33996a0893e38498ffc48c36dda /devel/electron4/files/patch-electron_BUILD.gn | |
parent | multimedia/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
Diffstat (limited to 'devel/electron4/files/patch-electron_BUILD.gn')
-rw-r--r-- | devel/electron4/files/patch-electron_BUILD.gn | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/electron4/files/patch-electron_BUILD.gn b/devel/electron4/files/patch-electron_BUILD.gn deleted file mode 100644 index d0b9a40cf62a..000000000000 --- a/devel/electron4/files/patch-electron_BUILD.gn +++ /dev/null @@ -1,27 +0,0 @@ ---- electron/BUILD.gn.orig 2019-07-19 22:22:11 UTC -+++ electron/BUILD.gn -@@ -308,6 +308,15 @@ static_library("electron_lib") { - "//extensions/common/url_pattern.h", - ] - -+ if (is_bsd) { -+ sources -= [ -+ "atom/common/crash_reporter/crash_reporter_linux.cc", -+ "atom/common/crash_reporter/crash_reporter_linux.h", -+ "atom/common/crash_reporter/linux/crash_dump_handler.cc", -+ "atom/common/crash_reporter/linux/crash_dump_handler.h", -+ ] -+ } -+ - if (is_component_build) { - defines += [ "NODE_SHARED_MODE" ] - } -@@ -377,7 +386,7 @@ static_library("electron_lib") { - sources += filenames.lib_sources_win - libs += [ "dwmapi.lib" ] - } -- if (is_linux || is_win) { -+ if ((is_linux && !is_bsd) || is_win) { - deps += [ "//third_party/breakpad:client" ] - include_dirs += [ "//third_party/breakpad" ] - } |