diff options
author | 2004-02-29 15:04:39 +0000 | |
---|---|---|
committer | 2004-02-29 15:04:39 +0000 | |
commit | 98fa380231ed7b725ad800d285ee1799305e4c36 (patch) | |
tree | 76980a3919c43a00b485fdc6aec1d856aad2589d /x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild | |
parent | Version bumped, closing bug #43263 (diff) | |
download | historical-98fa380231ed7b725ad800d285ee1799305e4c36.tar.gz historical-98fa380231ed7b725ad800d285ee1799305e4c36.tar.bz2 historical-98fa380231ed7b725ad800d285ee1799305e4c36.zip |
mirror:// updates, ChangeLog fixes and other fixes.
Diffstat (limited to 'x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild')
-rw-r--r-- | x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild index cd90a11e83e8..47f3dccbc5ef 100644 --- a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild +++ b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.16 2004/02/18 13:43:30 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.17 2004/02/29 15:04:28 aliz Exp $ # Ok, hopefully this will resolv the problem with the version of libXaw3d that # gets created. @@ -42,8 +42,7 @@ src_unpack() { # This adds more familiar scroll-bar look and feel for Emacs and # others <mkennedy@gentoo.org> - mv Imakefile Imakefile~ \ - && sed -e 's,#.*EXTRA_DEFINES,EXTRA_DEFINES,g' <Imakefile~ >Imakefile || die + sed -i -e 's,#.*EXTRA_DEFINES,EXTRA_DEFINES,g' Imakefile || die } src_compile() { |