summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-01-11 04:07:36 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-01-11 04:07:36 +0000
commit216ea06c2436c058cc0bc9fcb19ebaea839edcf0 (patch)
tree96931302280a764095f6e9c37d7414e3e7379da6 /dev-tcltk
parentinitial ebuild #34340 (diff)
downloadgentoo-2-216ea06c2436c058cc0bc9fcb19ebaea839edcf0.tar.gz
gentoo-2-216ea06c2436c058cc0bc9fcb19ebaea839edcf0.tar.bz2
gentoo-2-216ea06c2436c058cc0bc9fcb19ebaea839edcf0.zip
fix a slight glitch
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/otcl/ChangeLog5
-rw-r--r--dev-tcltk/otcl/otcl-1.8.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tcltk/otcl/ChangeLog b/dev-tcltk/otcl/ChangeLog
index 8febb20c0df5..a4c4d195dc22 100644
--- a/dev-tcltk/otcl/ChangeLog
+++ b/dev-tcltk/otcl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tcltk/otcl
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.1 2004/01/11 03:52:40 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/ChangeLog,v 1.2 2004/01/11 04:07:36 robbat2 Exp $
+
+ 10 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> otcl-1.8.ebuild:
+ fix a slight glitch
*otcl-1.8 (10 Jan 2004)
diff --git a/dev-tcltk/otcl/otcl-1.8.ebuild b/dev-tcltk/otcl/otcl-1.8.ebuild
index 3cb4777205ba..11b45e5e0237 100644
--- a/dev-tcltk/otcl/otcl-1.8.ebuild
+++ b/dev-tcltk/otcl/otcl-1.8.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/dev-tcltk/otcl/otcl-1.8.ebuild,v 1.1 2004/01/11 03:52:40 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/otcl/otcl-1.8.ebuild,v 1.2 2004/01/11 04:07:36 robbat2 Exp $
DESCRIPTION="MIT Object extention to Tcl"
SF_PN="otcl-tclcl"
@@ -17,10 +17,10 @@ S=${WORKDIR}/${P}
src_compile() {
#local myconf="--with-tcl=/usr/lib --enable-shared"
local myconf="--enable-shared"
- econf ${myconf}
CFLAGS="${CFLAGS} -I`ls /usr/lib/tcl8.*/include/generic/tclInt.h | tail -n1 | xargs dirname`"
- emake CFLAGS="${CFLAGS}" all || die
- emake libotcl.so
+ econf ${myconf}
+ emake all || die
+ emake libotcl.so || die
}
src_install() {