diff options
Diffstat (limited to 'x11-libs/xforms/xforms-1.0_rc4.ebuild')
-rw-r--r-- | x11-libs/xforms/xforms-1.0_rc4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/xforms/xforms-1.0_rc4.ebuild b/x11-libs/xforms/xforms-1.0_rc4.ebuild index 29175e71f6ba..4bf4b2b638fd 100644 --- a/x11-libs/xforms/xforms-1.0_rc4.ebuild +++ b/x11-libs/xforms/xforms-1.0_rc4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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_rc4.ebuild,v 1.10 2003/05/23 10:48:52 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xforms/xforms-1.0_rc4.ebuild,v 1.11 2003/09/07 00:23:28 msterret Exp $ MY_P=${P/_rc/RC} S=${WORKDIR}/${MY_P} @@ -20,7 +20,7 @@ src_unpack() { unpack $A cd $S - + # use custom CFLAGS cp Imakefile Imakefile.orig sed -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" \ @@ -32,7 +32,7 @@ src_compile() { xmkmf -a cp Makefile Makefile.orig sed -e s/'demos$'// Makefile.orig > Makefile - + # use custom CFLAGS cp Makefile Makefile.orig sed -e "s:CDEBUGFLAGS =:CDEBUGFLAGS = ${CFLAGS} #:" \ |