diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-02 18:25:24 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-02 18:30:36 +0200 |
commit | 86bc29f29ab6be3fb1e72e25c6e475b73d075609 (patch) | |
tree | 010092862eedc1a583d5d0c6bb6c51fb9aa9af03 /sys-libs/db/db-3.2.9_p2.ebuild | |
parent | sci-visualization/gfsview: Don't set LIBS in global scope (diff) | |
download | gentoo-86bc29f29ab6be3fb1e72e25c6e475b73d075609.tar.gz gentoo-86bc29f29ab6be3fb1e72e25c6e475b73d075609.tar.bz2 gentoo-86bc29f29ab6be3fb1e72e25c6e475b73d075609.zip |
sys-libs/db: Move CXXFLAGS alteration to local scope
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-libs/db/db-3.2.9_p2.ebuild')
-rw-r--r-- | sys-libs/db/db-3.2.9_p2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/db/db-3.2.9_p2.ebuild b/sys-libs/db/db-3.2.9_p2.ebuild index 06df0546aa1d..65f1809ddf13 100644 --- a/sys-libs/db/db-3.2.9_p2.ebuild +++ b/sys-libs/db/db-3.2.9_p2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -33,12 +33,12 @@ IUSE="doc" DEPEND="${RDEPEND} =sys-libs/db-1.85*" -# This doesn't build without exceptions -export CXXFLAGS="${CXXFLAGS/-fno-exceptions/-fexceptions}" - S="${WORKDIR}/${MY_P}" src_unpack() { + # This doesn't build without exceptions + export CXXFLAGS="${CXXFLAGS/-fno-exceptions/-fexceptions}" + unpack "${MY_P}".tar.gz chmod -R ug+w * |