mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user