mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user