summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/alsa-tools/alsa-tools-1.0.3.ebuild')
-rw-r--r--media-sound/alsa-tools/alsa-tools-1.0.3.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/media-sound/alsa-tools/alsa-tools-1.0.3.ebuild b/media-sound/alsa-tools/alsa-tools-1.0.3.ebuild
index b44d3ca9bda6..d7281a98be87 100644
--- a/media-sound/alsa-tools/alsa-tools-1.0.3.ebuild
+++ b/media-sound/alsa-tools/alsa-tools-1.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.3.ebuild,v 1.2 2004/03/10 02:43:00 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-tools/alsa-tools-1.0.3.ebuild,v 1.3 2004/03/14 23:38:31 eradicator Exp $
IUSE=""
@@ -45,6 +45,11 @@ ALSA_TOOLS="ac3dec as10k1 envy24control hdspconf hdsploader hdspmixer \
# hdsploader
# sscape_ctl
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/${P}-kernel-2.6.patch
+}
+
src_compile() {
# hdspmixer requires fltk
export LDFLAGS="-L/usr/lib/fltk-1.1"