summaryrefslogtreecommitdiff
path: root/devel/electron4/files/patch-media_media__options.gni
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/electron4/files/patch-media_media__options.gni
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/electron4/files/patch-media_media__options.gni')
-rw-r--r--devel/electron4/files/patch-media_media__options.gni12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/electron4/files/patch-media_media__options.gni b/devel/electron4/files/patch-media_media__options.gni
deleted file mode 100644
index 97a12684127d..000000000000
--- a/devel/electron4/files/patch-media_media__options.gni
+++ /dev/null
@@ -1,12 +0,0 @@
---- media/media_options.gni.orig 2019-03-15 06:37:28 UTC
-+++ media/media_options.gni
-@@ -95,6 +95,9 @@ declare_args() {
- # Enables runtime selection of ALSA library for audio.
- use_alsa = false
-
-+ # Enable runtime selection of sndio(7)
-+ use_sndio = false
-+
- # Alsa should be used on non-Android, non-Mac POSIX systems.
- # Alsa should be used on desktop Chromecast and audio-only Chromecast builds.
- if (is_posix && !is_android && !is_mac &&