summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-07-21 21:16:21 +0000
committerRémi Cardona <remi@gentoo.org>2009-07-21 21:16:21 +0000
commite21b77ba7abb227f13c7c27137944d54f2645946 (patch)
tree0f48f8d4aeb08d41eb77a44045bbb3bb29c592ac /media-libs/mesa
parentamd64 stable, bug 278597 (diff)
downloadgentoo-2-e21b77ba7abb227f13c7c27137944d54f2645946.tar.gz
gentoo-2-e21b77ba7abb227f13c7c27137944d54f2645946.tar.bz2
gentoo-2-e21b77ba7abb227f13c7c27137944d54f2645946.zip
media-libs/mesa: it's not an ebuild's job to add -g to CFLAGS (backport from the x11 overlay)
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/ChangeLog6
-rw-r--r--media-libs/mesa/mesa-7.5-r1.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index b4c0bdaf5d76..9c959c422a06 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.221 2009/07/21 11:09:36 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.222 2009/07/21 21:16:21 remi Exp $
+
+ 21 Jul 2009; Rémi Cardona <remi@gentoo.org> mesa-7.5-r1.ebuild:
+ it's not an ebuild's job to add -g to CFLAGS (backport from the x11
+ overlay)
*mesa-7.5-r1 (21 Jul 2009)
diff --git a/media-libs/mesa/mesa-7.5-r1.ebuild b/media-libs/mesa/mesa-7.5-r1.ebuild
index 7fcdc0afea86..c034074e126b 100644
--- a/media-libs/mesa/mesa-7.5-r1.ebuild
+++ b/media-libs/mesa/mesa-7.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.5-r1.ebuild,v 1.1 2009/07/21 11:09:36 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.5-r1.ebuild,v 1.2 2009/07/21 21:16:21 remi Exp $
EAPI="2"
@@ -94,10 +94,6 @@ S="${WORKDIR}/${MY_P}"
# Think about: ggi, svga, fbcon, no-X configs
pkg_setup() {
- if use debug; then
- append-flags -g
- fi
-
# gcc 4.2 has buggy ivopts
if [[ $(gcc-version) = "4.2" ]]; then
append-flags -fno-ivopts