diff options
author | 2005-03-22 23:40:21 +0000 | |
---|---|---|
committer | 2005-03-22 23:40:21 +0000 | |
commit | 2547eae26c203ed373794ad6c19dbebfd0404709 (patch) | |
tree | ecf819505d40cfbfbd7e1cd45708fd378ffbfc34 /x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild | |
parent | fixes for giflib changes that caused bug 85993 (diff) | |
download | gentoo-2-2547eae26c203ed373794ad6c19dbebfd0404709.tar.gz gentoo-2-2547eae26c203ed373794ad6c19dbebfd0404709.tar.bz2 gentoo-2-2547eae26c203ed373794ad6c19dbebfd0404709.zip |
argh...forgot to remove a change
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild')
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild b/x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild index 40090fcf2635..688df633aed7 100644 --- a/x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild,v 1.4 2005/03/22 23:35:20 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.91.0-r4.ebuild,v 1.5 2005/03/22 23:40:21 fafhrd Exp $ inherit eutils gnustep-funcs flag-o-matic @@ -66,9 +66,6 @@ src_compile() { && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`" \ || myconf="${myconf} --disable-nls --disable-locale" - # one of the patches included triggers ltmain.sh / libtool mismatches - libtoolize --copy --force - # default settings with $myconf appended econf \ --sysconfdir=/etc/X11 \ |