summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2001-09-27 16:16:06 +0000
committerDonny Davies <woodchip@gentoo.org>2001-09-27 16:16:06 +0000
commitdf125a7b0858ca0ee87b4b1fbfdc9cad3d3be8b4 (patch)
tree1f75b02dbd97a4d87318a53c87b83335bc2dc7cf /x11-misc/bubblemon
parentWoohoo! Vim 6.0 released yesterday! (diff)
downloadgentoo-2-df125a7b0858ca0ee87b4b1fbfdc9cad3d3be8b4.tar.gz
gentoo-2-df125a7b0858ca0ee87b4b1fbfdc9cad3d3be8b4.tar.bz2
gentoo-2-df125a7b0858ca0ee87b4b1fbfdc9cad3d3be8b4.zip
compile fix
Diffstat (limited to 'x11-misc/bubblemon')
-rw-r--r--x11-misc/bubblemon/bubblemon-1.4.ebuild4
1 files changed, 2 insertions, 2 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 () {