diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 04:42:31 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 04:42:31 +0000 |
commit | a1c05139fa267eef4ed18206bc6cec8c10e46ac3 (patch) | |
tree | fc4fc6fef773ad9efcf62b6c0238cd317e16184c /app-office/sc | |
parent | gnome-* and kde=* \" fixes (diff) | |
download | historical-a1c05139fa267eef4ed18206bc6cec8c10e46ac3.tar.gz historical-a1c05139fa267eef4ed18206bc6cec8c10e46ac3.tar.bz2 historical-a1c05139fa267eef4ed18206bc6cec8c10e46ac3.zip |
app-* \" fix
Diffstat (limited to 'app-office/sc')
-rw-r--r-- | app-office/sc/sc-7.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/sc/sc-7.12.ebuild b/app-office/sc/sc-7.12.ebuild index 7cc0fb556cf6..48fd0ea0e51c 100644 --- a/app-office/sc/sc-7.12.ebuild +++ b/app-office/sc/sc-7.12.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> -# $Header: /var/cvsroot/gentoo-x86/app-office/sc/sc-7.12.ebuild,v 1.1 2001/05/16 14:51:39 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/sc/sc-7.12.ebuild,v 1.2 2001/08/11 04:42:31 drobbins Exp $ #P= A=${P}.tar.gz @@ -14,7 +14,7 @@ DEPEND="virtual/glibc >=sys-libs/ncurses-5.2" src_compile() { - try make CFLAGS=\"-DSYSV3 $CFLAGS\" prefix=/usr + try make CFLAGS="-DSYSV3 $CFLAGS" prefix=/usr } src_install () { |