diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 16:07:18 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 16:07:18 +0000 |
commit | feeaa21894d5d189b0e360be5ea3d1b8ffd738a7 (patch) | |
tree | 6afacc05d0c699937aaff3b85458cd400e16922c /dev-libs/commonc++ | |
parent | repoman'd directory (diff) | |
download | historical-feeaa21894d5d189b0e360be5ea3d1b8ffd738a7.tar.gz historical-feeaa21894d5d189b0e360be5ea3d1b8ffd738a7.tar.bz2 historical-feeaa21894d5d189b0e360be5ea3d1b8ffd738a7.zip |
repoman'd
Diffstat (limited to 'dev-libs/commonc++')
-rw-r--r-- | dev-libs/commonc++/commonc++-1.9.7-r1.ebuild | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild b/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild index 485c86e14955..4a49f7074636 100644 --- a/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild +++ b/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild,v 1.3 2002/08/01 16:07:17 seemant Exp $ S=${WORKDIR}/CommonC++-1.9.7 DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ @@ -9,9 +9,7 @@ and system services" SRC_URI="http://ftp.azc.uam.mx/mirrors/gnu/commonc++/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/commonc++/" - -DEPEND="virtual/glibc - sys-libs/zlib +DEPEND="sys-libs/zlib dev-libs/libxml2" SLOT="0" @@ -27,13 +25,8 @@ src_unpack() { } src_compile() { - cd ${S} - ./configure \ - --prefix=/usr --host=${CHOST} \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - || die "./configure failed" - emake ||: + econf || die "./configure failed" + emake || die } |