diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-12-15 22:20:48 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-12-15 22:20:48 +0000 |
commit | bf0c2dfdc0a899afc8cced2e8fe630cd3237d1b5 (patch) | |
tree | 33d0f259aafcbf80807d0a3e6a60819637b2182d /media-gfx/gthumb/gthumb-2.12.1.ebuild | |
parent | arm stable, bug #348269 (diff) | |
download | historical-bf0c2dfdc0a899afc8cced2e8fe630cd3237d1b5.tar.gz historical-bf0c2dfdc0a899afc8cced2e8fe630cd3237d1b5.tar.bz2 historical-bf0c2dfdc0a899afc8cced2e8fe630cd3237d1b5.zip |
Fix sed expression with USE=debug.
Package-Manager: portage-2.2.0_alpha8/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/gthumb/gthumb-2.12.1.ebuild')
-rw-r--r-- | media-gfx/gthumb/gthumb-2.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/gthumb/gthumb-2.12.1.ebuild b/media-gfx/gthumb/gthumb-2.12.1.ebuild index 0f326ef19c1b..d9a41fcbb931 100644 --- a/media-gfx/gthumb/gthumb-2.12.1.ebuild +++ b/media-gfx/gthumb/gthumb-2.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.12.1.ebuild,v 1.1 2010/12/03 23:36:53 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.12.1.ebuild,v 1.2 2010/12/15 22:20:48 eva Exp $ EAPI="3" GCONF_DEBUG="yes" @@ -66,7 +66,7 @@ src_prepare() { gnome2_src_prepare # Remove unwanted CFLAGS added with USE=debug - sed 's/CFLAGS+=" -g -O0 -DDEBUG"//' -i configure.ac configure || die + sed 's/CFLAGS="$CFLAGS -g -O0 -DDEBUG"//' -i configure.ac configure || die } src_install() { |