mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
media-plugins/vdr-newsticker: dont call g++ directly
Closes: https://bugs.gentoo.org/937317 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Part-of: https://github.com/gentoo/gentoo/pull/39896 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
57c5683b7f
commit
242348bd2a
@ -23,6 +23,12 @@ QA_FLAGS_IGNORED="
|
||||
usr/lib/vdr/plugins/libvdr-.*
|
||||
usr/lib64/vdr/plugins/libvdr-.*"
|
||||
|
||||
src_prepare() {
|
||||
# do not call g++ directly
|
||||
sed -e 's|= g++|= $(CXX)|' -i Makefile || die
|
||||
vdr-plugin-2_src_prepare
|
||||
}
|
||||
|
||||
src_install() {
|
||||
vdr-plugin-2_src_install
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user