summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-24 20:01:00 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-24 20:01:00 +0000
commitba697f3a6ed9051e8ff2b4f75a90b874d98a4bdc (patch)
tree64baf1cb99ec0d842368593a8660416107d897b4 /dev-lang
parentFix for bug# 1810. Install tarball supplied etc/xlock.pamd as /etc/pam.d/xlo... (diff)
downloadhistorical-ba697f3a6ed9051e8ff2b4f75a90b874d98a4bdc.tar.gz
historical-ba697f3a6ed9051e8ff2b4f75a90b874d98a4bdc.tar.bz2
historical-ba697f3a6ed9051e8ff2b4f75a90b874d98a4bdc.zip
Moved comments below configure statement otherwise this breaks
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/tcl/tcl-8.3.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/tcl/tcl-8.3.3-r1.ebuild b/dev-lang/tcl/tcl-8.3.3-r1.ebuild
index ab4a59606a42..64ae800acfa0 100644
--- a/dev-lang/tcl/tcl-8.3.3-r1.ebuild
+++ b/dev-lang/tcl/tcl-8.3.3-r1.ebuild
@@ -23,9 +23,9 @@ src_compile() {
./configure --host=${CHOST} \
--prefix=/usr \
--mandir=/usr/share/man \
- # threading is not recommended as it breaks some packages
- # --enable-threads
|| die
+ # threading is not recommended as it breaks some packages
+ # --enable-threads \
emake CFLAGS="${CFLAGS}" || die