x11-plugins/wmpower: fix missing src_configure

Closes: https://bugs.gentoo.org/666631
Package-Manager: Portage-2.3.49, Repoman-2.3.10
This commit is contained in:
Bernard Cafarelli
2018-09-21 01:52:42 +02:00
parent a4de86909b
commit c8e3220b1b

View File

@@ -20,8 +20,11 @@ DEPEND="${RDEPEND}
DOCS=( AUTHORS BUGS ChangeLog LEGGIMI NEWS README README.compal THANKS TODO )
src_compile() {
src_configure() {
# override wmpower self-calculated cflags
econf MY_CFLAGS="${CFLAGS}"
}
src_compile() {
emake prefix="/usr/"
}