diff options
Diffstat (limited to 'x11-wm/aewm++/aewm++-1.0.24.ebuild')
-rw-r--r-- | x11-wm/aewm++/aewm++-1.0.24.ebuild | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/x11-wm/aewm++/aewm++-1.0.24.ebuild b/x11-wm/aewm++/aewm++-1.0.24.ebuild index b63fdabc0dc9..8fa0a385bd3e 100644 --- a/x11-wm/aewm++/aewm++-1.0.24.ebuild +++ b/x11-wm/aewm++/aewm++-1.0.24.ebuild @@ -1,16 +1,24 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/aewm++-1.0.24.ebuild,v 1.4 2004/06/24 23:39:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/aewm++/aewm++-1.0.24.ebuild,v 1.5 2005/01/07 04:56:40 josejx Exp $ + +inherit eutils DESCRIPTION="A window manager with more modern features than aewm but with the same look and feel." HOMEPAGE="http://sapphire.sourceforge.net/" SRC_URI="mirror://sourceforge/sapphire/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" DEPEND="virtual/x11" IUSE="" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/gcc-3.4.patch +} + src_compile() { make CFLAGS="${CXXFLAGS}" || die } |