diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-18 12:24:00 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-18 12:24:00 +0000 |
commit | a276082a5920f2b81fc58308f1c8fc058696472c (patch) | |
tree | 251ea5eba33134ce05a1e55d8e8079b432ffcb67 /sys-devel | |
parent | fixed a problem with non-"/" ROOTs (diff) | |
download | gentoo-2-a276082a5920f2b81fc58308f1c8fc058696472c.tar.gz gentoo-2-a276082a5920f2b81fc58308f1c8fc058696472c.tar.bz2 gentoo-2-a276082a5920f2b81fc58308f1c8fc058696472c.zip |
*** empty log message ***
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gettext/gettext-0.10.38.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gettext/gettext-0.10.38.ebuild b/sys-devel/gettext/gettext-0.10.38.ebuild index 24ffc8799fe6..203629493da9 100644 --- a/sys-devel/gettext/gettext-0.10.38.ebuild +++ b/sys-devel/gettext/gettext-0.10.38.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-devel/gettext/gettext-0.10.38.ebuild,v 1.1 2001/06/01 14:00:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.10.38.ebuild,v 1.2 2001/06/18 12:24:00 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -21,7 +21,7 @@ src_compile() { myconf="--disable-nls" fi try ./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man \ - --with-included-gettext --enable-shared --host=${CHOST} ${myconf} + --with-included-gettext --disable-shared --host=${CHOST} ${myconf} try make ${MAKEOPTS} } |