mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 21:39:17 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
33 lines
633 B
Text
33 lines
633 B
Text
--- configure.orig 2016-03-31 13:14:07 UTC
|
|
+++ configure
|
|
@@ -12402,14 +12402,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.
|
|
@@ -12420,6 +12412,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
|