diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2004-03-13 17:57:29 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2004-03-13 17:57:29 +0000 |
commit | f2ddc9e5c2ac52c19570f993d54ae100585a1cc9 (patch) | |
tree | 8005fa7ed159adec936b67c0053851710660e444 /x11-themes/fvwm-crystal | |
parent | added patch for bug 29464 and many minor fixes (see changelog) (Manifest reco... (diff) | |
download | gentoo-2-f2ddc9e5c2ac52c19570f993d54ae100585a1cc9.tar.gz gentoo-2-f2ddc9e5c2ac52c19570f993d54ae100585a1cc9.tar.bz2 gentoo-2-f2ddc9e5c2ac52c19570f993d54ae100585a1cc9.zip |
minor changes
Diffstat (limited to 'x11-themes/fvwm-crystal')
-rw-r--r-- | x11-themes/fvwm-crystal/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild | 12 |
2 files changed, 15 insertions, 2 deletions
diff --git a/x11-themes/fvwm-crystal/ChangeLog b/x11-themes/fvwm-crystal/ChangeLog index ff1f5559b3d2..fdd82ffa0c53 100644 --- a/x11-themes/fvwm-crystal/ChangeLog +++ b/x11-themes/fvwm-crystal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/fvwm-crystal # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.1 2004/03/13 17:42:29 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.2 2004/03/13 17:57:29 taviso Exp $ + + 13 Mar 2004; Tavis Ormandy <taviso@gentoo.org> fvwm-crystal-1.0.1.ebuild: + added some comments, removed --prefix arg...econf handles that. *fvwm-crystal-1.0.1 (13 Mar 2004) diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild index c29fa70cb01e..28e40c52d120 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-1.0.1.ebuild @@ -29,7 +29,17 @@ src_compile() { automake || die eend $? - econf --prefix=${D} || die + # doesnt make any difference with this version but if xmms + # support controls any features in future, we shouldnt leave + # it up to configure to enable it. + # + #if ! use xmms; then + # sed -i 's#test -z "$XMMS_SHELL";#false;#g' ${S}/configure.in + # sed -i 's#test -z "$XMMS";#false;#g' ${S}/configure.in + # autoconf || die + #fi + + econf || die emake || die } |