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 /x11-misc/wmfishtime | |
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
Diffstat (limited to 'x11-misc/wmfishtime')
-rw-r--r-- | x11-misc/wmfishtime/wmfishtime-1.23.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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 () { |