diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-01-07 17:22:19 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-01-07 17:22:19 +0000 |
commit | 7605e6e80e084ec6175dbe6335dc4e508e629a29 (patch) | |
tree | c0efa245222e13b03f3f9fe541ae793d779b4399 /media-plugins/alsa-plugins/files | |
parent | Added quotes (diff) | |
download | gentoo-2-7605e6e80e084ec6175dbe6335dc4e508e629a29.tar.gz gentoo-2-7605e6e80e084ec6175dbe6335dc4e508e629a29.tar.bz2 gentoo-2-7605e6e80e084ec6175dbe6335dc4e508e629a29.zip |
Version bump, bug 297304
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/alsa-plugins/files')
-rw-r--r-- | media-plugins/alsa-plugins/files/alsa-plugins-1.0.22-automagic.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-plugins/alsa-plugins/files/alsa-plugins-1.0.22-automagic.patch b/media-plugins/alsa-plugins/files/alsa-plugins-1.0.22-automagic.patch new file mode 100644 index 000000000000..f7d9e7dc437a --- /dev/null +++ b/media-plugins/alsa-plugins/files/alsa-plugins-1.0.22-automagic.patch @@ -0,0 +1,12 @@ +diff -ur alsa-plugins-1.0.21.orig/Makefile.am alsa-plugins-1.0.21/Makefile.am +--- alsa-plugins-1.0.21.orig/Makefile.am 2009-05-06 10:07:28.000000000 +0300 ++++ alsa-plugins-1.0.21/Makefile.am 2009-08-01 18:23:26.000000000 +0300 +@@ -17,7 +17,7 @@ + if HAVE_PPH + SUBDIRS += pph + endif +-if HAVE_SPEEXDSP ++if USE_LIBSPEEX + SUBDIRS += speex + endif + |