summaryrefslogtreecommitdiff
path: root/audio/alsa-plugins/files/patch-configure
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-12-03 04:33:06 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-12-03 04:33:06 +0000
commita3f26bc3b98f601952ded12dd10dc898bb0cf7e3 (patch)
tree653d0304841305e3a44a2dd17c102ac51abc72ac /audio/alsa-plugins/files/patch-configure
parentmultimedia/openh264: respect SOURCE_DATE_EPOCH in GMP timestamp (diff)
audio/alsa-plugins: regen via "make makepatch"
Notes
Notes: svn path=/head/; revision=518906
Diffstat (limited to 'audio/alsa-plugins/files/patch-configure')
-rw-r--r--audio/alsa-plugins/files/patch-configure24
1 files changed, 12 insertions, 12 deletions
diff --git a/audio/alsa-plugins/files/patch-configure b/audio/alsa-plugins/files/patch-configure
index a44bae152692..619bbad8c4b4 100644
--- a/audio/alsa-plugins/files/patch-configure
+++ b/audio/alsa-plugins/files/patch-configure
@@ -1,6 +1,6 @@
--- configure.orig 2016-03-31 13:14:07 UTC
+++ configure
-@@ -12402,14 +12402,6 @@ else
+@@ -12402,21 +12402,22 @@ else
$as_echo "yes" >&6; }
HAVE_SPEEXDSP="yes"
fi
@@ -11,23 +11,23 @@
- HAVE_SPEEXDSP_TRUE='#'
- HAVE_SPEEXDSP_FALSE=
-fi
--
+-
# Check whether --with-speex was given.
-@@ -12420,6 +12412,15 @@ else
- fi
-
-
+ if test "${with_speex+set}" = set; then :
+ withval=$with_speex; PPH=$withval
+ else
+ PPH="lib"
++fi
++
++
+ if test "$HAVE_SPEEXDSP" = "yes" -a "$PPH" != "no"; then
+ HAVE_SPEEXDSP_TRUE=
+ HAVE_SPEEXDSP_FALSE='#'
+else
+ HAVE_SPEEXDSP_TRUE='#'
+ HAVE_SPEEXDSP_FALSE=
-+fi
-+
-+
- USE_LIBSPEEX=""
- if test "$PPH" = "lib"; then
- if test "$HAVE_SPEEXDSP" = "yes"; then
+ fi
+
+