summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/itcl/itcl-3.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/itcl/itcl-3.2.ebuild b/dev-tcltk/itcl/itcl-3.2.ebuild
index e72bd010a327..b30638a51b20 100644
--- a/dev-tcltk/itcl/itcl-3.2.ebuild
+++ b/dev-tcltk/itcl/itcl-3.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.2.ebuild,v 1.1 2001/05/29 23:04:13 pete Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/itcl/itcl-3.2.ebuild,v 1.2 2001/08/11 04:45:10 drobbins Exp $
#P=
A=itcl${PV}.tar.gz
@@ -20,7 +20,7 @@ src_unpack() {
src_compile() {
try ./configure --prefix=/usr --host=${CHOST}
- try make CFLAGS_DEFAULT=\""${CFLAGS}"\"
+ try make CFLAGS_DEFAULT="${CFLAGS}"
}
src_install () {