summaryrefslogtreecommitdiff
path: root/x11-plugins/wmpower/wmpower-0.4.3-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmpower/wmpower-0.4.3-r1.ebuild')
-rw-r--r--x11-plugins/wmpower/wmpower-0.4.3-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-plugins/wmpower/wmpower-0.4.3-r1.ebuild b/x11-plugins/wmpower/wmpower-0.4.3-r1.ebuild
index 6a4a750ff072..81d0e102ca8f 100644
--- a/x11-plugins/wmpower/wmpower-0.4.3-r1.ebuild
+++ b/x11-plugins/wmpower/wmpower-0.4.3-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/wmpower/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
RDEPEND="x11-libs/libX11
x11-libs/libXext
@@ -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/"
}