diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-10-03 12:12:48 +0200 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-10-22 17:07:39 +0200 |
commit | 6cd91556d4b8f5d9e59b4a788c81b5d1a27c23d9 (patch) | |
tree | f1b04906b76ebdb0f3dc98c1a3a7aed8ef8be46f /audio/alsa-plugins/files/patch-configure.ac | |
parent | audio/alsa-utils: Update to version 1.2.10 (diff) |
audio/alsa-plugins: Update to version 1.2.7.1
Full changelog: https://github.com/alsa-project/alsa-plugins/tags
PR: 262089
Diffstat (limited to 'audio/alsa-plugins/files/patch-configure.ac')
-rw-r--r-- | audio/alsa-plugins/files/patch-configure.ac | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/alsa-plugins/files/patch-configure.ac b/audio/alsa-plugins/files/patch-configure.ac deleted file mode 100644 index 839cb3a23441..000000000000 --- a/audio/alsa-plugins/files/patch-configure.ac +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.ac.orig 2020-02-19 09:35:42 UTC -+++ configure.ac -@@ -145,12 +145,13 @@ AC_ARG_ENABLE([speexdsp], - if test "x$enable_speexdsp" != "xno"; then - PKG_CHECK_MODULES(speexdsp, [speexdsp >= 1.2rc2], [HAVE_SPEEXDSP="yes"], [HAVE_SPEEXDSP=""]) - fi --AM_CONDITIONAL(HAVE_SPEEXDSP, test "$HAVE_SPEEXDSP" = "yes") - - AC_ARG_WITH([speex], - AS_HELP_STRING([--with-speex={builtin|lib|no}], - [build speex resampler (built-in code, link with external lib, or no build)]), - [PPH=$withval], [PPH="lib"]) -+ -+AM_CONDITIONAL(HAVE_SPEEXDSP, test "$HAVE_SPEEXDSP" = "yes") - - USE_LIBSPEEX="" - if test "$PPH" = "lib"; then |