diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-18 12:58:25 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-18 12:58:25 +0000 |
commit | d6a81b03a7d1b67fdfa9d355a327813d8ebde18f (patch) | |
tree | 17ecf56f21b9c3a8d02365be180345c16a29aa11 /media-sound | |
parent | dev-java/zeus-jscl: Fix typo in dodoc function, #454982 (diff) | |
download | gentoo-2-d6a81b03a7d1b67fdfa9d355a327813d8ebde18f.tar.gz gentoo-2-d6a81b03a7d1b67fdfa9d355a327813d8ebde18f.tar.bz2 gentoo-2-d6a81b03a7d1b67fdfa9d355a327813d8ebde18f.zip |
Drop -g from CXXFLAGS, wrt bug #458086. Thanks to Agostino Sarubbo for discovering this issue
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/nted/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/nted/nted-1.10.18-r2.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/media-sound/nted/ChangeLog b/media-sound/nted/ChangeLog index e3beb7609dd3..048de03cf26a 100644 --- a/media-sound/nted/ChangeLog +++ b/media-sound/nted/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/nted # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v 1.33 2013/02/18 12:43:19 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v 1.34 2013/02/18 12:58:25 pinkbyte Exp $ + + 18 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> nted-1.10.18-r2.ebuild: + Drop -g from CXXFLAGS, wrt bug #458086. Thanks to Agostino Sarubbo for + discovering this issue 18 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> nted-1.10.18-r1.ebuild, nted-1.10.18-r2.ebuild: diff --git a/media-sound/nted/nted-1.10.18-r2.ebuild b/media-sound/nted/nted-1.10.18-r2.ebuild index 3c43c12f93f2..bcd55549a130 100644 --- a/media-sound/nted/nted-1.10.18-r2.ebuild +++ b/media-sound/nted/nted-1.10.18-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/nted-1.10.18-r2.ebuild,v 1.2 2013/02/18 12:43:19 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/nted-1.10.18-r2.ebuild,v 1.3 2013/02/18 12:58:25 pinkbyte Exp $ EAPI=5 @@ -36,6 +36,8 @@ src_prepare() { # bug #437540 epatch "${FILESDIR}"/${P}-lilypond.patch epatch "${FILESDIR}"/${P}-lilypond-tremolo.patch + # drop -g from CXXFLAGS, wrt bug #458086 + sed -i -e '/CXXFLAGS/s/ -g//' configure.in || die 'sed on configure.in failed' } src_configure() { |