mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
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:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user