gentoo-ebuilds/media-plugins/vdr-wirbelscan/files/vdr-wirbelscan_Makefile.patch
Martin Dummer 37a7036017
media-plugins/vdr-wirbelscan: add 2024.09.15
introduce subslot dependency on media-video/vdr

Closes: https://bugs.gentoo.org/963471
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Part-of: https://github.com/gentoo/gentoo/pull/44151
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-18 16:08:00 +01:00

18 lines
512 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -8,12 +8,12 @@
#/******************************************************************************
# * if you prefer verbose non-coloured build messages, remove the '@' here:
# *****************************************************************************/
-CC = @gcc
-CXX = @g++
+CC ?= @gcc
+CXX ?= @g++
PWD = $(shell pwd)
-PLUGIN = $(shell basename $(PWD) | cut -d- -f1)
+PLUGIN = wirbelscan
CPPSRC = $(wildcard *.cpp)
OBJS = $(CPPSRC:%.cpp=%.o)
LDFLAGS?=