summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2005-04-03 14:33:37 +0000
committerMamoru Komachi <usata@gentoo.org>2005-04-03 14:33:37 +0000
commit7d7b97c4b7c3e4e9eea4b97ae245b3c02d2a698e (patch)
treed251d820f1ca5c0522d5f7b1b803a004a52c6c72 /x11-wm
parentAdded linuxkeys to IUSE to define LINUX_KEYS; bug #22325. Applied a patch for... (diff)
downloadgentoo-2-7d7b97c4b7c3e4e9eea4b97ae245b3c02d2a698e.tar.gz
gentoo-2-7d7b97c4b7c3e4e9eea4b97ae245b3c02d2a698e.tar.bz2
gentoo-2-7d7b97c4b7c3e4e9eea4b97ae245b3c02d2a698e.zip
Removed "|| die" from automake; bug #71479 comment #9
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/blwm/ChangeLog5
-rw-r--r--x11-wm/blwm/blwm-1.0.4.ebuild7
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-wm/blwm/ChangeLog b/x11-wm/blwm/ChangeLog
index 982e947bbd98..fc50c728be61 100644
--- a/x11-wm/blwm/ChangeLog
+++ b/x11-wm/blwm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/blwm
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/blwm/ChangeLog,v 1.2 2005/03/28 10:53:40 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/blwm/ChangeLog,v 1.3 2005/04/03 14:33:37 usata Exp $
+
+ 03 Apr 2005; Mamoru KOMACHI <usata@gentoo.org> blwm-1.0.4.ebuild:
+ Removed "|| die" from automake; bug #71479 comment #9
28 Mar 2005; Mamoru KOMACHI <usata@gentoo.org> blwm-1.0.4.ebuild:
Fixed compilation error; bug #71479. Thanks to Francisco José Cañizares
diff --git a/x11-wm/blwm/blwm-1.0.4.ebuild b/x11-wm/blwm/blwm-1.0.4.ebuild
index 09c354ba3761..a1edbae26dbc 100644
--- a/x11-wm/blwm/blwm-1.0.4.ebuild
+++ b/x11-wm/blwm/blwm-1.0.4.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/blwm/blwm-1.0.4.ebuild,v 1.2 2005/03/28 10:53:40 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/blwm/blwm-1.0.4.ebuild,v 1.3 2005/04/03 14:33:37 usata Exp $
+
+inherit gnuconfig
DESCRIPTION="BLWM is a Windows 2000 like window manager localized for Brazil."
HOMEPAGE="http://www.blanes.com.br"
@@ -25,7 +27,8 @@ src_compile(){
aclocal || die
autoheader || die
autoconf || die
- automake || die
+ # automake fails on some systems, but harmless to build
+ automake
econf --with-blwmdir=/usr/share/blwm --with-confdir=/etc/blwm || die
emake || die