summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-12 21:35:07 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-12 21:35:07 +0000
commit6abd910bcaeb17f25ac8b81803b64b508d552946 (patch)
treef570e56532c19a0e5b427c7e2ebc265efe397586 /sys-apps/textutils
parentChanged paths from absolute to relative (diff)
downloadhistorical-6abd910bcaeb17f25ac8b81803b64b508d552946.tar.gz
historical-6abd910bcaeb17f25ac8b81803b64b508d552946.tar.bz2
historical-6abd910bcaeb17f25ac8b81803b64b508d552946.zip
*** empty log message ***
Diffstat (limited to 'sys-apps/textutils')
-rw-r--r--sys-apps/textutils/textutils-2.0g.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/textutils/textutils-2.0g.ebuild b/sys-apps/textutils/textutils-2.0g.ebuild
index 457e8545cacd..b66caa667c3a 100644
--- a/sys-apps/textutils/textutils-2.0g.ebuild
+++ b/sys-apps/textutils/textutils-2.0g.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.0g.ebuild,v 1.2 2000/09/15 20:09:23 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0g.ebuild,v 1.3 2000/11/12 21:35:07 achim Exp $
P=textutils-2.0g
A=${P}.tar.gz
@@ -11,7 +11,7 @@ DESCRIPTION="Standard GNU text utilities"
SRC_URI="ftp://alpha.gnu.org/gnu/fetish/${A}"
src_compile() {
- try ./configure --prefix=/usr --host=${CHOST} \
+ try ./configure --prefix=/usr --host=${CHOST} --build=${CHOST} \
--with-catgets --without-included-regex
try make
}