diff options
author | 2002-09-23 04:25:44 +0000 | |
---|---|---|
committer | 2002-09-23 04:25:44 +0000 | |
commit | df7373de6ebd5ebcc504f86b1e72991fad3a22a3 (patch) | |
tree | c215200667776112ec882f262335391ba4eee737 /app-sci | |
parent | SRC_URI fix from carpaski (diff) | |
download | historical-df7373de6ebd5ebcc504f86b1e72991fad3a22a3.tar.gz historical-df7373de6ebd5ebcc504f86b1e72991fad3a22a3.tar.bz2 historical-df7373de6ebd5ebcc504f86b1e72991fad3a22a3.zip |
doesn't build without nls turned on... sigh
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/oregano/oregano-0.23-r1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app-sci/oregano/oregano-0.23-r1.ebuild b/app-sci/oregano/oregano-0.23-r1.ebuild index 2c0884e680bf..5598b1129ec4 100644 --- a/app-sci/oregano/oregano-0.23-r1.ebuild +++ b/app-sci/oregano/oregano-0.23-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/oregano/oregano-0.23-r1.ebuild,v 1.1 2002/09/22 18:57:21 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/oregano/oregano-0.23-r1.ebuild,v 1.2 2002/09/23 04:25:44 blocke Exp $ S=${WORKDIR}/${P} SRC_URI="ftp://ftp.codefactory.se/pub/CodeFactory/software/oregano/${P}.tar.gz" @@ -20,10 +20,7 @@ KEYWORDS="x86" LICENSE="GPL-2" src_compile() { - local myconf - use nls || myconf="--disable-nls" - - econf ${myconf} || die + econf || die emake || die } |