From 15fdfc2c24c0c3e199d3c91f825077e669933a1d Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Sun, 4 Dec 2011 09:58:39 +0000 Subject: drop -g from CFLAGS when debug is enabled. Bug #382265 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64) --- x11-misc/pcmanfm/ChangeLog | 6 +++++- x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild | 6 +++--- x11-misc/pcmanfm/pcmanfm-9999.ebuild | 6 +++--- 3 files changed, 11 insertions(+), 7 deletions(-) (limited to 'x11-misc/pcmanfm') diff --git a/x11-misc/pcmanfm/ChangeLog b/x11-misc/pcmanfm/ChangeLog index 73b9cf73622c..87a9de17ed6b 100644 --- a/x11-misc/pcmanfm/ChangeLog +++ b/x11-misc/pcmanfm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/pcmanfm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.70 2011/10/25 18:00:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.71 2011/12/04 09:58:39 hwoarang Exp $ + + 04 Dec 2011; Markos Chandras pcmanfm-0.9.10.ebuild, + pcmanfm-9999.ebuild: + drop -g from CFLAGS when debug is enabled. Bug #382265 *pcmanfm-0.9.10 (25 Oct 2011) diff --git a/x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild b/x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild index 768b926888d9..5070a0b50bfc 100644 --- a/x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild +++ b/x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild,v 1.1 2011/10/25 18:00:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-0.9.10.ebuild,v 1.2 2011/12/04 09:58:39 hwoarang Exp $ EAPI=4 @@ -31,8 +31,8 @@ src_prepare() { # Fix desktop icons sed -i -e "/MimeType/s:=.*normal;:=:" "${S}"/data/${PN}.desktop \ || die "failed to fix desktop icon" - # drop -O0. Bug #382265 - sed -i -e "s:-O0::" "${S}"/configure.ac + # drop -O0 -g. Bug #382265 and #382265 + sed -i -e "s:-O0::" -e "/-DG_ENABLE_DEBUG/s: -g::" "${S}"/configure.ac || die eautoreconf } diff --git a/x11-misc/pcmanfm/pcmanfm-9999.ebuild b/x11-misc/pcmanfm/pcmanfm-9999.ebuild index 0f1dca3ddc71..2a59adf5df8b 100644 --- a/x11-misc/pcmanfm/pcmanfm-9999.ebuild +++ b/x11-misc/pcmanfm/pcmanfm-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-9999.ebuild,v 1.13 2011/09/10 11:45:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-9999.ebuild,v 1.14 2011/12/04 09:58:39 hwoarang Exp $ EAPI=3 @@ -30,8 +30,8 @@ DEPEND="${COMMON_DEPEND} src_prepare() { intltoolize --force --copy --automake || die - # drop -O0. Bug #382265 - sed -i -e "s:-O0::" "${S}"/configure.ac + # drop -O0 -g. Bug #382265 and #382265 + sed -i -e "s:-O0::" -e "/-DG_ENABLE_DEBUG/s: -g::" "${S}"/configure.ac || die eautoreconf } -- cgit v1.2.3-65-gdbad