summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-27 14:41:34 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-27 14:41:34 +0000
commit87dd32b8745ce091a41fa4d933fc2937f189b269 (patch)
treef9d5431e9d58e78d0e164c863343c458f5cf55bd /sys-apps/textutils
parentUpd and fixes for sys-build (diff)
downloadhistorical-87dd32b8745ce091a41fa4d933fc2937f189b269.tar.gz
historical-87dd32b8745ce091a41fa4d933fc2937f189b269.tar.bz2
historical-87dd32b8745ce091a41fa4d933fc2937f189b269.zip
Upd and fixes for sys-build
Diffstat (limited to 'sys-apps/textutils')
-rw-r--r--sys-apps/textutils/textutils-2.0.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/textutils/textutils-2.0.10.ebuild b/sys-apps/textutils/textutils-2.0.10.ebuild
index 08c79e858442..a0bb7e7a917f 100644
--- a/sys-apps/textutils/textutils-2.0.10.ebuild
+++ b/sys-apps/textutils/textutils-2.0.10.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 Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0.10.ebuild,v 1.2 2000/12/13 15:13:59 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0.10.ebuild,v 1.3 2001/01/27 14:41:34 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -12,7 +12,7 @@ DEPEND=">=sys-libs/glibc-2.1.3"
src_compile() {
echo $S $WORKDIR `pwd`
- try ./configure --prefix=/usr --host=${CHOST} --build=${CHOST} \
+ try ./configure --prefix=/usr --host=${CHOST} \
--without-included-regex
try make ${MAKEOPTS}
}