summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-13 14:35:53 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-13 14:35:53 +0000
commitd8749b3d5f57e543352d85d113061a6cafdf4b1b (patch)
treeea1b2d1a49544b0260841b7a24f441043d5a18f2 /media-sound
parentAdded local use flag tcp-zebra and multipath for net-misc/quagga (diff)
downloadgentoo-2-d8749b3d5f57e543352d85d113061a6cafdf4b1b.tar.gz
gentoo-2-d8749b3d5f57e543352d85d113061a6cafdf4b1b.tar.bz2
gentoo-2-d8749b3d5f57e543352d85d113061a6cafdf4b1b.zip
Append -fno-inline to fix saltuary crashes on -O3 builds.
(Portage version: 2.0.53)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/amarok/ChangeLog5
-rw-r--r--media-sound/amarok/amarok-1.3.7.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog
index b43625f2fac6..38d287f87f09 100644
--- a/media-sound/amarok/ChangeLog
+++ b/media-sound/amarok/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/amarok
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.87 2005/12/07 12:04:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.88 2005/12/13 14:35:53 flameeyes Exp $
+
+ 13 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> amarok-1.3.7.ebuild:
+ Append -fno-inline to fix saltuary crashes on -O3 builds.
*amarok-1.3.7 (07 Dec 2005)
diff --git a/media-sound/amarok/amarok-1.3.7.ebuild b/media-sound/amarok/amarok-1.3.7.ebuild
index dbe4348fb05b..f610c4a4db25 100644
--- a/media-sound/amarok/amarok-1.3.7.ebuild
+++ b/media-sound/amarok/amarok-1.3.7.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.3.7.ebuild,v 1.1 2005/12/07 12:04:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.3.7.ebuild,v 1.2 2005/12/13 14:35:53 flameeyes Exp $
-inherit kde eutils
+inherit kde eutils flag-o-matic
MY_P="${P/_rc/-rc}"
S="${WORKDIR}/${P/_rc*//}"
@@ -60,6 +60,8 @@ pkg_setup() {
# check whether kdelibs was compiled with arts support
kde_pkg_setup
+
+ append-flags -fno-inline
}
src_compile() {