diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-06-15 12:45:59 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-06-15 12:45:59 +0000 |
commit | b600d8460b283cfa86c748879ffad93650d33610 (patch) | |
tree | eb750228b00eb69f614565a6a4c110ea1befc54c /media-sound/beast/beast-0.7.1-r1.ebuild | |
parent | Initial import, ebuild by Stefano Balocco (#56639) (diff) | |
download | historical-b600d8460b283cfa86c748879ffad93650d33610.tar.gz historical-b600d8460b283cfa86c748879ffad93650d33610.tar.bz2 historical-b600d8460b283cfa86c748879ffad93650d33610.zip |
remove calls to append-ldflags, bug #226977.
Package-Manager: portage-2.1.5.4
Diffstat (limited to 'media-sound/beast/beast-0.7.1-r1.ebuild')
-rw-r--r-- | media-sound/beast/beast-0.7.1-r1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
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) \ |