diff options
author | Arcady Genkin <agenkin@gentoo.org> | 2002-09-05 00:48:56 +0000 |
---|---|---|
committer | Arcady Genkin <agenkin@gentoo.org> | 2002-09-05 00:48:56 +0000 |
commit | 310f3b6ae1c0c040e434354471d108c3cc480a0e (patch) | |
tree | b6c8a4e0df2689d7ef822bb2eeb329f2bd2f065d /media-sound/alsa-driver | |
parent | typo (diff) | |
download | gentoo-2-310f3b6ae1c0c040e434354471d108c3cc480a0e.tar.gz gentoo-2-310f3b6ae1c0c040e434354471d108c3cc480a0e.tar.bz2 gentoo-2-310f3b6ae1c0c040e434354471d108c3cc480a0e.zip |
Removing isapnp.h as per bug #7291.
Diffstat (limited to 'media-sound/alsa-driver')
-rw-r--r-- | media-sound/alsa-driver/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/media-sound/alsa-driver/ChangeLog b/media-sound/alsa-driver/ChangeLog index 703c48884897..e4f01debf580 100644 --- a/media-sound/alsa-driver/ChangeLog +++ b/media-sound/alsa-driver/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for media-sound/alsa-driver # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.15 2002/08/16 15:39:13 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/ChangeLog,v 1.16 2002/09/05 00:48:56 agenkin Exp $ *alsa-driver-0.9.0_rc3 (15 Aug 2002) @@ -15,6 +15,11 @@ Updated support for ALSA_CARDS env. variable at build time to enable multiple selected drivers. + 04 Sep 2002, Arcady Genkin <agenkin@thpoon.com> + alsa-driver-0.9.0_rc3.ebuild : + + Fixed the compilation problem due to isapnp.h. + *alsa-driver-0.9.0_rc2 (20 Jun 2002) 20 Jun 2002; Arcady Genkin <agenkin@thpoon.com> diff --git a/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild b/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild index 3224642c4a3d..016da622b0a0 100644 --- a/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild +++ b/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild,v 1.2 2002/08/16 15:39:13 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-0.9.0_rc3.ebuild,v 1.3 2002/09/05 00:48:56 agenkin Exp $ DESCRIPTION="Advanced Linux Sound Architecture kernel modules" HOMEPAGE="http://www.alsa-project.org/" @@ -40,6 +40,11 @@ src_unpack() { # Arcady Genkin <agenkin@thpoon.com> sed -e 's:/etc/rc.d/init.d:/etc/init.d:' < Makefile > Makefile.hacked mv Makefile.hacked Makefile + + # A bug that causes compilation problems in rc3. See bug #7291 and + # http://www.alsa-project.org + # Arcady Genkin <agenkin@gentoo.org> + rm include/linux/isapnp.h if [ ${ARCH} = "ppc" ] then patch -p1 < ${FILESDIR}/alsa-driver-0.9.0rc1-ppc.patch || die "Patching failed" |