diff options
author | Rémi Cardona <remi@gentoo.org> | 2020-11-15 17:43:37 +0100 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2020-11-15 20:30:19 +0100 |
commit | ea1dcdf99ed090c9de98204e7229d65b88b277f1 (patch) | |
tree | feabede74dbe6f93513a6e66914d1e4ada6e39a2 /media-libs/gst-plugins-base | |
parent | net-ftp/lftp: backport libressl support (diff) | |
download | gentoo-ea1dcdf99ed090c9de98204e7229d65b88b277f1.tar.gz gentoo-ea1dcdf99ed090c9de98204e7229d65b88b277f1.tar.bz2 gentoo-ea1dcdf99ed090c9de98204e7229d65b88b277f1.zip |
media-libs/gst-plugins-base: fix src_configure with non-bash shells
Closes: https://bugs.gentoo.org/721582
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Rémi Cardona <remi@gentoo.org>
Diffstat (limited to 'media-libs/gst-plugins-base')
-rw-r--r-- | media-libs/gst-plugins-base/gst-plugins-base-1.16.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.16.2.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.16.2.ebuild index a4cf85b7702b..6aeb1095638c 100644 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.16.2.ebuild +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.16.2.ebuild @@ -138,7 +138,7 @@ multilib_src_configure() { --disable-wgl ) - gstreamer_multilib_src_configure \ + CONFIG_SHELL=${BASH} gstreamer_multilib_src_configure \ $(use_enable alsa) \ $(multilib_native_use_enable introspection) \ $(use_enable ivorbis) \ |