diff options
author | 2002-07-13 17:35:12 +0000 | |
---|---|---|
committer | 2002-07-13 17:35:12 +0000 | |
commit | 2ba1a132f9a92a45ca9c0e3568c0861dace820f6 (patch) | |
tree | 0e6cc8cf77a0fe4927777480654f56e8c94e863f /dev-libs/commonc++ | |
parent | turn some echo commands into debug-print calls (diff) | |
download | historical-2ba1a132f9a92a45ca9c0e3568c0861dace820f6.tar.gz historical-2ba1a132f9a92a45ca9c0e3568c0861dace820f6.tar.bz2 historical-2ba1a132f9a92a45ca9c0e3568c0861dace820f6.zip |
updated commonc++ so it installs includes to correct path
Diffstat (limited to 'dev-libs/commonc++')
-rw-r--r-- | dev-libs/commonc++/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/commonc++/commonc++-1.9.7-r1.ebuild (renamed from dev-libs/commonc++/commonc++-1.9.7.ebuild) | 13 | ||||
-rw-r--r-- | dev-libs/commonc++/files/digest-commonc++-1.9.7-r1 (renamed from dev-libs/commonc++/files/digest-commonc++-1.9.7) | 0 |
3 files changed, 15 insertions, 6 deletions
diff --git a/dev-libs/commonc++/ChangeLog b/dev-libs/commonc++/ChangeLog index 10670ce2708a..357db2503344 100644 --- a/dev-libs/commonc++/ChangeLog +++ b/dev-libs/commonc++/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for <CATEGORY>/<PACKAGE_NAME> # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/ChangeLog,v 1.2 2002/07/08 00:38:49 naz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/ChangeLog,v 1.3 2002/07/13 17:35:12 naz Exp $ + +*commonc++-1.9.7-r1 (13 Jul 2002) + 07 Jul 2002; Michael Nazaroff <naz@gentoo.org> commonc++-1.9.7-r1: + Modified make prefix=${D} install to make DESTDIR=${D} install. + This fixes the include install path so everything works. + *commonc++-1.9.7 (07 Jul 2002) 07 Jul 2002; Michael Nazaroff <naz@gentoo.org> commonc++-1.9.7: diff --git a/dev-libs/commonc++/commonc++-1.9.7.ebuild b/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild index 097a7fa91b40..42be1fe5f7af 100644 --- a/dev-libs/commonc++/commonc++-1.9.7.ebuild +++ b/dev-libs/commonc++/commonc++-1.9.7-r1.ebuild @@ -16,6 +16,7 @@ DEPEND="virtual/glibc SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" src_unpack() { @@ -28,16 +29,18 @@ src_compile() { cd ${S} ./configure \ - --prefix=/usr --host=${CHOST} --mandir=/usr/share/man \ - --infodir=/usr/share/info || die "./configure failed" - emake || die "make failed" + --prefix=/usr --host=${CHOST} \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + || die "./configure failed" + emake ||: } src_install () { - make prefix=${D} install || die - dodoc AUTHORS INSTALL NEWS OVERVIEW.TXT ChangeLog\ + make DESTDIR=${D} install || die + dodoc AUTHORS INSTALL NEWS OVERVIEW.TXT ChangeLog\ README THANKS TODO COPYING COPYING.addendum dohtml doc/* } diff --git a/dev-libs/commonc++/files/digest-commonc++-1.9.7 b/dev-libs/commonc++/files/digest-commonc++-1.9.7-r1 index a29592b05c0d..a29592b05c0d 100644 --- a/dev-libs/commonc++/files/digest-commonc++-1.9.7 +++ b/dev-libs/commonc++/files/digest-commonc++-1.9.7-r1 |