summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2009-12-09 14:58:16 +0000
committerJeroen Roovers <jer@gentoo.org>2009-12-09 14:58:16 +0000
commitcfd24ab24f45231fac8643c5eb6e58c1930b109c (patch)
tree26c720732851bcf5e3b4cae5a406871835920064 /media-libs/alsa-lib
parentMarking liblqr-0.4.1 ppc64 for bug 284425 (diff)
downloadgentoo-2-cfd24ab24f45231fac8643c5eb6e58c1930b109c.tar.gz
gentoo-2-cfd24ab24f45231fac8643c5eb6e58c1930b109c.tar.bz2
gentoo-2-cfd24ab24f45231fac8643c5eb6e58c1930b109c.zip
Seems to work fine without this horrible hack.
(Portage version: 2.2_rc56/cvs/Linux i686)
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r--media-libs/alsa-lib/ChangeLog6
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.20-r1.ebuild5
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.21.ebuild5
-rw-r--r--media-libs/alsa-lib/alsa-lib-1.0.21a.ebuild5
4 files changed, 8 insertions, 13 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog
index 5ea37988c8e3..9e76e99130bb 100644
--- a/media-libs/alsa-lib/ChangeLog
+++ b/media-libs/alsa-lib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/alsa-lib
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.294 2009/10/13 17:50:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.295 2009/12/09 14:58:16 jer Exp $
+
+ 09 Dec 2009; Jeroen Roovers <jer@gentoo.org> alsa-lib-1.0.20-r1.ebuild,
+ alsa-lib-1.0.21.ebuild, alsa-lib-1.0.21a.ebuild:
+ Seems to work fine without this horrible hack.
13 Oct 2009; Raúl Porcel <armin76@gentoo.org> alsa-lib-1.0.20-r1.ebuild:
ia64/sh/sparc stable wrt #280464
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.20-r1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.20-r1.ebuild
index 0b732ff1232a..43a8ac5d1fed 100644
--- a/media-libs/alsa-lib/alsa-lib-1.0.20-r1.ebuild
+++ b/media-libs/alsa-lib/alsa-lib-1.0.20-r1.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.20-r1.ebuild,v 1.10 2009/10/13 17:50:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.20-r1.ebuild,v 1.11 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 \
diff --git a/media-libs/alsa-lib/alsa-lib-1.0.21.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.21.ebuild
index 461494939d97..63601bf85f15 100644
--- a/media-libs/alsa-lib/alsa-lib-1.0.21.ebuild
+++ b/media-libs/alsa-lib/alsa-lib-1.0.21.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.21.ebuild,v 1.1 2009/08/31 15:34:20 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.21.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 \
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 \