diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-09-15 19:55:37 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-09-15 19:55:37 +0000 |
commit | 09959a93baa8848cf6fff62c7e30a1e5eeb3ec24 (patch) | |
tree | 43ab132ce2d313a8cb6c5a0a413d2ab5422d772c /media-sound/mhwaveedit/files/mhwaveedit-1.4.16-pulse.patch | |
parent | Version bump to 5.24.00 ebuild thanks to Andrew Savchenko <bircoph@gmail.com>... (diff) | |
download | gentoo-2-09959a93baa8848cf6fff62c7e30a1e5eeb3ec24.tar.gz gentoo-2-09959a93baa8848cf6fff62c7e30a1e5eeb3ec24.tar.bz2 gentoo-2-09959a93baa8848cf6fff62c7e30a1e5eeb3ec24.zip |
version bump
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/mhwaveedit/files/mhwaveedit-1.4.16-pulse.patch')
-rw-r--r-- | media-sound/mhwaveedit/files/mhwaveedit-1.4.16-pulse.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-sound/mhwaveedit/files/mhwaveedit-1.4.16-pulse.patch b/media-sound/mhwaveedit/files/mhwaveedit-1.4.16-pulse.patch new file mode 100644 index 000000000000..5c6ce20d2bf4 --- /dev/null +++ b/media-sound/mhwaveedit/files/mhwaveedit-1.4.16-pulse.patch @@ -0,0 +1,13 @@ +Index: mhwaveedit-1.4.16/configure.in +=================================================================== +--- mhwaveedit-1.4.16.orig/configure.in ++++ mhwaveedit-1.4.16/configure.in +@@ -282,7 +282,7 @@ AC_DEFUN([AC_WITHOUT_PULSE],[ + fi + ]) + +-AC_ARG_WITH(pulse,[ --without-pulse Don't compile PulseAudio driver],AC_WITHOUT_JACK) ++AC_ARG_WITH(pulse,[ --without-pulse Don't compile PulseAudio driver],AC_WITHOUT_PULSE) + + if test "x$MHW_SKIP_PULSETEST" = "xno" + then |