summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/nted/ChangeLog6
-rw-r--r--media-sound/nted/nted-1.10.18-r2.ebuild4
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() {