app-misc/wcal: respect CFLAGS

Closes: https://bugs.gentoo.org/927327
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2024-03-20 21:45:59 +01:00
parent c5baf4e402
commit 0c2f30af96

View File

@@ -14,6 +14,10 @@ SLOT="0"
# check target in Makefile but no test cases
RESTRICT="test"
src_compile() {
emake CFLAGS="${CFLAGS}"
}
src_install() {
emake DESTDIR="${D}" PREFIX=/usr install
}