diff options
author | Donny Davies <woodchip@gentoo.org> | 2001-09-27 16:16:06 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2001-09-27 16:16:06 +0000 |
commit | df125a7b0858ca0ee87b4b1fbfdc9cad3d3be8b4 (patch) | |
tree | 1f75b02dbd97a4d87318a53c87b83335bc2dc7cf | |
parent | Woohoo! Vim 6.0 released yesterday! (diff) | |
download | gentoo-2-df125a7b0858ca0ee87b4b1fbfdc9cad3d3be8b4.tar.gz gentoo-2-df125a7b0858ca0ee87b4b1fbfdc9cad3d3be8b4.tar.bz2 gentoo-2-df125a7b0858ca0ee87b4b1fbfdc9cad3d3be8b4.zip |
compile fix
-rw-r--r-- | x11-misc/bubblemon/bubblemon-1.4.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/wmfishtime/wmfishtime-1.23.ebuild | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/x11-misc/bubblemon/bubblemon-1.4.ebuild b/x11-misc/bubblemon/bubblemon-1.4.ebuild index d6af54140608..5bdef3426cd1 100644 --- a/x11-misc/bubblemon/bubblemon-1.4.ebuild +++ b/x11-misc/bubblemon/bubblemon-1.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.4.ebuild,v 1.5 2001/09/22 06:45:39 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.4.ebuild,v 1.6 2001/09/27 16:13:36 woodchip Exp $ DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming duck" HOMEPAGE="http://www.ne.jp/asahi/linux/timecop" @@ -13,7 +13,7 @@ DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.8" src_compile() { sed -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile | cat > Makefile - make ; assert + make || die } src_install () { diff --git a/x11-misc/wmfishtime/wmfishtime-1.23.ebuild b/x11-misc/wmfishtime/wmfishtime-1.23.ebuild index 4c72b7552fdf..3e35e1a4b306 100644 --- a/x11-misc/wmfishtime/wmfishtime-1.23.ebuild +++ b/x11-misc/wmfishtime/wmfishtime-1.23.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmfishtime/wmfishtime-1.23.ebuild,v 1.3 2001/09/22 06:42:12 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmfishtime/wmfishtime-1.23.ebuild,v 1.4 2001/09/27 16:16:06 woodchip Exp $ # to make this work in KDE, run it with the -b option :) -DESCRIPTION="A really fun clock applet for your desktop featuring swimming fish" +DESCRIPTION="A fun clock applet for your desktop featuring swimming fish" HOMEPAGE="http://www.ne.jp/asahi/linux/timecop" S=${WORKDIR}/${P} @@ -13,9 +13,8 @@ DEPEND="virtual/glibc >=x11-libs/gtk+-1.2.8" src_compile() { - # respect users CFLAGS sed -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile | cat > Makefile - make ; assert + make || die } src_install () { |