summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-06-15 12:45:59 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-06-15 12:45:59 +0000
commitcbd01bacd21be64232557ac614752205ca5ff256 (patch)
tree14c19ac9370a8d58d5fa1a42a02f37a41e3ae5d8 /media-sound/beast
parentInitial import, ebuild by Stefano Balocco (#56639) (diff)
downloadgentoo-2-cbd01bacd21be64232557ac614752205ca5ff256.tar.gz
gentoo-2-cbd01bacd21be64232557ac614752205ca5ff256.tar.bz2
gentoo-2-cbd01bacd21be64232557ac614752205ca5ff256.zip
remove calls to append-ldflags, bug #226977.
(Portage version: 2.1.5.4)
Diffstat (limited to 'media-sound/beast')
-rw-r--r--media-sound/beast/ChangeLog5
-rw-r--r--media-sound/beast/beast-0.7.1-r1.ebuild7
2 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/beast/ChangeLog b/media-sound/beast/ChangeLog
index 1869456da0f8..ed99b069cf07 100644
--- a/media-sound/beast/ChangeLog
+++ b/media-sound/beast/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/beast
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.31 2008/06/01 21:21:47 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.32 2008/06/15 12:45:59 eva Exp $
+
+ 15 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> beast-0.7.1-r1.ebuild:
+ remove calls to append-ldflags, bug #226977.
*beast-0.7.1-r1 (01 Jun 2008)
diff --git a/media-sound/beast/beast-0.7.1-r1.ebuild b/media-sound/beast/beast-0.7.1-r1.ebuild
index 79841c073e6c..90a68c1592fc 100644
--- a/media-sound/beast/beast-0.7.1-r1.ebuild
+++ b/media-sound/beast/beast-0.7.1-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild,v 1.1 2008/06/01 21:21:47 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild,v 1.2 2008/06/15 12:45:59 eva Exp $
-inherit autotools eutils flag-o-matic fdo-mime
+inherit autotools eutils fdo-mime
IUSE="debug mad static"
@@ -57,9 +57,6 @@ src_unpack() {
}
src_compile() {
- # avoid suid related security issues.
- append-ldflags $(bindnow-flags)
-
#for some weird reasons there is no doxer in this release
econf $(use_enable debug) \
$(use_enable static) \