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
commit7d88f4ef97cdac2dda05e2d01cba21f86d96ac36 (patch)
tree2250407e93242a6bcb208480c59c825247324e0a /media-sound/amarok
parentAdded local use flag tcp-zebra and multipath for net-misc/quagga (diff)
downloadhistorical-7d88f4ef97cdac2dda05e2d01cba21f86d96ac36.tar.gz
historical-7d88f4ef97cdac2dda05e2d01cba21f86d96ac36.tar.bz2
historical-7d88f4ef97cdac2dda05e2d01cba21f86d96ac36.zip
Append -fno-inline to fix saltuary crashes on -O3 builds.
Package-Manager: portage-2.0.53
Diffstat (limited to 'media-sound/amarok')
-rw-r--r--media-sound/amarok/ChangeLog5
-rw-r--r--media-sound/amarok/Manifest10
-rw-r--r--media-sound/amarok/amarok-1.3.7.ebuild6
3 files changed, 13 insertions, 8 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/Manifest b/media-sound/amarok/Manifest
index aa1128ed3324..964540b5f97b 100644
--- a/media-sound/amarok/Manifest
+++ b/media-sound/amarok/Manifest
@@ -1,10 +1,10 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 08c4749cf118882a7bc3bc6ad27076ef ChangeLog 14053
+MD5 15dc64cca45be03853311dcd65978185 ChangeLog 14188
MD5 fae91b0167ef3ca3233931dbb86a52e9 amarok-1.2.4.ebuild 2385
MD5 dc5b0c439570de65864c224a10eb3a8f amarok-1.3.6.ebuild 3213
-MD5 e43d8209077f850ce513096b06a6e3f8 amarok-1.3.7.ebuild 3264
+MD5 e0b0f6e7cb31575cb8f8ca829d74842e amarok-1.3.7.ebuild 3304
MD5 32030194ea3f2079d1db17aa160f63a2 files/amarok-gcc4.gz 522
MD5 9966964d087dd7c05b7fa2efeff9b1ac files/digest-amarok-1.2.4 66
MD5 d8cfb3a78866379e2ac9b439de887551 files/digest-amarok-1.3.6 66
@@ -13,7 +13,7 @@ MD5 b23600108f12c98a4fd574d3487ee598 metadata.xml 175
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDls/bAiZjviIA2XgRAouyAJ0fTj/ER2jCrXdlan+r9Rzvj8fiugCg8LWu
-3PRoOAzQGz7MeDW8zjLYOBo=
-=lL4H
+iD8DBQFDntxeAiZjviIA2XgRAiYIAJ9imcoaTRRLiiIA7BlzM2mWPgV5WACfSGkO
+6DCHtJj3vKRkue8Gg4omdzM=
+=yL+8
-----END PGP SIGNATURE-----
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() {