From b3150429f6c31bacc02b149d1e3136cca3f898fc Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Thu, 11 Mar 2004 01:01:58 +0000 Subject: minor fix --- dev-libs/commonc++/ChangeLog | 7 +++++-- dev-libs/commonc++/commonc++-1.9.7-r3.ebuild | 7 ++++--- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'dev-libs/commonc++') diff --git a/dev-libs/commonc++/ChangeLog b/dev-libs/commonc++/ChangeLog index 61c5afeaa193..6d44e8cf7cfc 100644 --- a/dev-libs/commonc++/ChangeLog +++ b/dev-libs/commonc++/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/commonc++ -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/ChangeLog,v 1.11 2003/10/28 13:07:48 mholzer Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/ChangeLog,v 1.12 2004/03/11 01:01:58 lu_zero Exp $ + + 11 Mar 2004; Luca Barbato commonc++-1.9.7-r3.ebuild: + Minor fix 28 Oct 2003; Martin Holzer commonc++-1.9.7-r1.ebuild, commonc++-1.9.7-r2.ebuild, commonc++-1.9.7-r3.ebuild, diff --git a/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild b/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild index 92be9ffc7dea..9908e801b06e 100644 --- a/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild +++ b/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild,v 1.7 2003/10/28 13:07:48 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild,v 1.8 2004/03/11 01:01:58 lu_zero Exp $ S=${WORKDIR}/${P/commonc/CommonC} DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ @@ -27,7 +27,8 @@ src_unpack() { } src_compile() { econf || die "./configure failed" - make DESTDIR=${D} || die + cd src + make || die } src_install () { -- cgit v1.2.3-65-gdbad