summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmmand/wmmand-1.3.2.ebuild')
-rw-r--r--x11-plugins/wmmand/wmmand-1.3.2.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-plugins/wmmand/wmmand-1.3.2.ebuild b/x11-plugins/wmmand/wmmand-1.3.2.ebuild
index d15db33a935e..89abe68de0ff 100644
--- a/x11-plugins/wmmand/wmmand-1.3.2.ebuild
+++ b/x11-plugins/wmmand/wmmand-1.3.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmand/wmmand-1.3.2.ebuild,v 1.1 2008/06/28 06:10:23 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmand/wmmand-1.3.2.ebuild,v 1.2 2010/10/11 08:38:49 s4t4n Exp $
inherit eutils toolchain-funcs
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="x11-libs/libX11
@@ -26,6 +26,7 @@ S=${WORKDIR}/${MY_P}/wmMand
src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" \
+ SYSTEM="${LDFLAGS}" \
INCDIR="" LIBDIR="" || die "emake failed."
}