summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Huebel <jhuebel@gentoo.org>2004-03-01 04:47:14 +0000
committerJason Huebel <jhuebel@gentoo.org>2004-03-01 04:47:14 +0000
commitd89a3799b54ebc02c5fe5084849ffe8b7087e4cd (patch)
tree70af92bdf7f69f9d882144fd0651b5d3753a344f /x11-wm/golem
parentAdding metadata.xml (Manifest recommit) (diff)
downloadgentoo-2-d89a3799b54ebc02c5fe5084849ffe8b7087e4cd.tar.gz
gentoo-2-d89a3799b54ebc02c5fe5084849ffe8b7087e4cd.tar.bz2
gentoo-2-d89a3799b54ebc02c5fe5084849ffe8b7087e4cd.zip
added ~amd64 to keywords and modified to append -fPIC for amd64 arch
Diffstat (limited to 'x11-wm/golem')
-rw-r--r--x11-wm/golem/golem-0.0.5-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/golem/golem-0.0.5-r1.ebuild b/x11-wm/golem/golem-0.0.5-r1.ebuild
index e193fde36222..63faaf412399 100644
--- a/x11-wm/golem/golem-0.0.5-r1.ebuild
+++ b/x11-wm/golem/golem-0.0.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/golem/golem-0.0.5-r1.ebuild,v 1.2 2003/11/04 14:52:09 tseng Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/golem/golem-0.0.5-r1.ebuild,v 1.3 2004/03/01 04:47:14 jhuebel Exp $
DESCRIPTION="Small window manager with themes and plugins"
HOMEPAGE="http://golem.sourceforge.net/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="x86 ~sparc"
+KEYWORDS="x86 ~sparc ~amd64"
IUSE="nls xinerama esd"
DEPEND="virtual/glibc
@@ -18,6 +18,7 @@ DEPEND="virtual/glibc
S="${WORKDIR}/${P}"
src_compile() {
+ use amd64 && append-flags -fPIC
econf \
`use_enable nls i18n` \
`use_enable esd sound` \