diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-07-29 11:24:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-07-29 11:24:11 +0000 |
commit | b9846e2d1501d07f7477a0eedc5fdb0398bce8a9 (patch) | |
tree | 0e3ad21ecd840712cec8f3d9593ec4ed6aedd5b3 /media-libs/raptor | |
parent | [This is a placeholder. Please ignore.] (diff) | |
download | gentoo-2-b9846e2d1501d07f7477a0eedc5fdb0398bce8a9.tar.gz gentoo-2-b9846e2d1501d07f7477a0eedc5fdb0398bce8a9.tar.bz2 gentoo-2-b9846e2d1501d07f7477a0eedc5fdb0398bce8a9.zip |
Remove -g from CPPFLAGS wrt #376903 by Agostino Sarubbo
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/raptor')
-rw-r--r-- | media-libs/raptor/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/raptor/raptor-1.4.21-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-libs/raptor/ChangeLog b/media-libs/raptor/ChangeLog index 8ad2b412619a..8d3e6ffb73a6 100644 --- a/media-libs/raptor/ChangeLog +++ b/media-libs/raptor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/raptor # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.98 2011/07/29 10:29:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/ChangeLog,v 1.99 2011/07/29 11:24:11 ssuominen Exp $ + + 29 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> raptor-1.4.21-r1.ebuild: + Remove -g from CPPFLAGS wrt #376903 by Agostino Sarubbo 29 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> -raptor-2.0.3.ebuild: [This is a placeholder. Please ignore.] diff --git a/media-libs/raptor/raptor-1.4.21-r1.ebuild b/media-libs/raptor/raptor-1.4.21-r1.ebuild index 9064f90d8b27..9aced0236e9b 100644 --- a/media-libs/raptor/raptor-1.4.21-r1.ebuild +++ b/media-libs/raptor/raptor-1.4.21-r1.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/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.8 2011/07/24 08:56:50 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.4.21-r1.ebuild,v 1.9 2011/07/29 11:24:11 ssuominen Exp $ EAPI=3 inherit eutils libtool @@ -24,6 +24,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" src_prepare() { + sed -i -e '/CPPFLAGS/s:-g::' configure || die #376903 epatch "${FILESDIR}"/${PN}-2.0.3-curl-headers.patch epunt_cxx elibtoolize |