diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-12-09 14:58:16 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-12-09 14:58:16 +0000 |
commit | 46dc45f92ea883f029928aff5831dc30b87c1e45 (patch) | |
tree | 29b26bf7688fc814b48f518ac029c87035d47a6d /media-libs/alsa-lib/alsa-lib-1.0.21a.ebuild | |
parent | Marking liblqr-0.4.1 ppc64 for bug 284425 (diff) | |
download | historical-46dc45f92ea883f029928aff5831dc30b87c1e45.tar.gz historical-46dc45f92ea883f029928aff5831dc30b87c1e45.tar.bz2 historical-46dc45f92ea883f029928aff5831dc30b87c1e45.zip |
Seems to work fine without this horrible hack.
Package-Manager: portage-2.2_rc56/cvs/Linux i686
Diffstat (limited to 'media-libs/alsa-lib/alsa-lib-1.0.21a.ebuild')
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.21a.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.21a.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.21a.ebuild index d5046ddbc564..673eecb82f4a 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.21a.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.21a.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/alsa-lib/alsa-lib-1.0.21a.ebuild,v 1.1 2009/09/13 21:53:54 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.21a.ebuild,v 1.2 2009/12/09 14:58:16 jer Exp $ inherit eutils libtool @@ -50,9 +50,6 @@ src_compile() { local myconf use elibc_uclibc && myconf="--without-versioned" - # needed to avoid gcc looping internaly - use hppa && export CFLAGS="-O1 -pipe" - econf \ --enable-static \ --enable-shared \ |