- Convert to new options framework - alsa-plugins: - Add option: ARIFF_OSS for FreeBSD-specific patch - Revert ports/165247 per regression in ports/169767 - Unbreak arcam-av and usb_stream plugins - While I'm here, pet portlint by removing ABI version number from LIB_DEPENDS Changes: http://www.alsa-project.org/main/index.php/Changes_v1.0.24_v1.0.25 http://www.alsa-project.org/main/index.php/Changes_v1.0.23_v1.0.24 PR: ports/169841 Submitted by: Jan Beich <jbeich@tormail.org> (maintainer)
33 lines
681 B
Text
33 lines
681 B
Text
--- configure.orig 2010-04-16 13:18:56.000000000 +0200
|
|
+++ configure 2010-05-11 00:08:29.000000000 +0200
|
|
@@ -19608,14 +19608,6 @@ else
|
|
$as_echo "yes" >&6; }
|
|
HAVE_SPEEXDSP="yes"
|
|
fi
|
|
- if test "$HAVE_SPEEXDSP" = "yes"; then
|
|
- HAVE_SPEEXDSP_TRUE=
|
|
- HAVE_SPEEXDSP_FALSE='#'
|
|
-else
|
|
- HAVE_SPEEXDSP_TRUE='#'
|
|
- HAVE_SPEEXDSP_FALSE=
|
|
-fi
|
|
-
|
|
|
|
|
|
# Check whether --with-speex was given.
|
|
@@ -19626,6 +19618,15 @@ else
|
|
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
|