diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-07-25 01:52:51 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-07-25 01:52:51 +0000 |
commit | 45e69c3e7891a520b53bd3f2084daeee0233209e (patch) | |
tree | c82834528c3dcd99cde18d08dabf180639336123 /sys-libs/db | |
parent | change glib dep to not pull in glib 2.0 (diff) | |
download | historical-45e69c3e7891a520b53bd3f2084daeee0233209e.tar.gz historical-45e69c3e7891a520b53bd3f2084daeee0233209e.tar.bz2 historical-45e69c3e7891a520b53bd3f2084daeee0233209e.zip |
removing -fno-exceptions from CXXFLAGS
Diffstat (limited to 'sys-libs/db')
-rw-r--r-- | sys-libs/db/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/db/db-3.2.9.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog index 13e1599d951f..8aef936082cb 100644 --- a/sys-libs/db/ChangeLog +++ b/sys-libs/db/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sys-libs/db # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.6 2002/07/16 04:19:53 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.7 2002/07/25 01:52:51 spider Exp $ +db-3.2.9 (25 Jul 2002) + 25 Jul 2002; Spider <spider@gentoo.org> : + add a fix to remove -fno-exceptions in CXXFLAGS as it doesnt build then + *db-4.0.14 (changelog entries missing/omitted?) - Gerk *db-1.85-r2 (8 May 2002) diff --git a/sys-libs/db/db-3.2.9.ebuild b/sys-libs/db/db-3.2.9.ebuild index 11217ea1c868..ff2976dc32c9 100644 --- a/sys-libs/db/db-3.2.9.ebuild +++ b/sys-libs/db/db-3.2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9.ebuild,v 1.7 2002/07/16 04:19:53 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9.ebuild,v 1.8 2002/07/25 01:52:51 spider Exp $ S=${WORKDIR}/${P}/build_unix DESCRIPTION="Berkeley DB for transaction support in MySQL" @@ -12,6 +12,8 @@ DEPEND="$RDEPEND =sys-libs/db-1.85-r1" LICENSE="DB" KEYWORDS="x86 ppc" +# this doesnt build without exceptions +export CXXFLAGS="${CXXFLAGS/-fno-exceptions/-fexceptions}" src_unpack() { unpack ${A} cd ${WORKDIR}/${P} |