diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-29 15:04:39 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-02-29 15:04:39 +0000 |
commit | 35aa0c1a59c3a5be8162b71f9f8e88f134ab45d0 (patch) | |
tree | 8ca58f1ee83704799bdaf4cc32dc9657c623395e /x11-libs/xforms | |
parent | Version bumped, closing bug #43263 (Manifest recommit) (diff) | |
download | gentoo-2-35aa0c1a59c3a5be8162b71f9f8e88f134ab45d0.tar.gz gentoo-2-35aa0c1a59c3a5be8162b71f9f8e88f134ab45d0.tar.bz2 gentoo-2-35aa0c1a59c3a5be8162b71f9f8e88f134ab45d0.zip |
mirror:// updates, ChangeLog fixes and other fixes.
Diffstat (limited to 'x11-libs/xforms')
-rw-r--r-- | x11-libs/xforms/xforms-1.0.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/x11-libs/xforms/xforms-1.0.ebuild b/x11-libs/xforms/xforms-1.0.ebuild index 2dfa563852f1..0825ae104f61 100644 --- a/x11-libs/xforms/xforms-1.0.ebuild +++ b/x11-libs/xforms/xforms-1.0.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/xforms/xforms-1.0.ebuild,v 1.5 2004/02/09 09:04:41 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xforms/xforms-1.0.ebuild,v 1.6 2004/02/29 15:04:38 aliz Exp $ S=${WORKDIR}/${P}-release DESCRIPTION="A graphical user interface toolkit for X" @@ -21,20 +21,17 @@ src_unpack() { cd ${WORKDIR}/${P}-release # use custom CFLAGS - cp Imakefile Imakefile.orig - sed -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" \ - -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" Imakefile.orig > Imakefile + sed -i -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" \ + -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" Imakefile } src_compile() { xmkmf -a - cp Makefile Makefile.orig - sed -e s/'demos$'// Makefile.orig > Makefile + sed -i -e s/'demos$'// Makefile # use custom CFLAGS - cp Makefile Makefile.orig - sed -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" \ - -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" Makefile.orig > Makefile + sed -i -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" \ + -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" Makefile make || die } |