mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 09:08:08 -07:00
media-plugins/vdr-joystick: don't call g++ directly
Closes: https://bugs.gentoo.org/936467 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
85699c7cb6
commit
220f698e2e
@@ -16,6 +16,13 @@ KEYWORDS="~amd64 ~x86"
|
||||
DEPEND="media-video/vdr"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
vdr-plugin-2_src_prepare
|
||||
|
||||
# do not call g++ directly, Bug #936467
|
||||
sed -e 's| g++| $(CXX)|' -i Makefile || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
vdr-plugin-2_src_install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user