gui-apps/someblocks: respect CFLAGS

Closes: https://bugs.gentoo.org/870754
Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>
This commit is contained in:
Efe İzbudak
2022-09-22 11:48:36 -04:00
parent e71c62eb4a
commit e026eefdc5

View File

@@ -19,6 +19,8 @@ BDEPEND=""
src_prepare() {
default
sed -i -e 's:$(LDFLAGS):$(CPPFLAGS) $(CFLAGS) $(LDFLAGS):' Makefile \
|| die "sed fix failed. Uh-oh..."
restore_config blocks.h
}