summaryrefslogtreecommitdiff
path: root/net/asterisk13/files/patch-configure
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2020-06-11 22:12:34 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2020-06-11 22:12:34 +0000
commitb06bd300b41f92e2579fe81533733dfa5045cc6e (patch)
tree7d04c7067c16545f4d2ec2744e174639cb075c14 /net/asterisk13/files/patch-configure
parentNew port: devel/py-node-semver: Python version of node-semver (diff)
- Update asterisk13 to 13.34.0
- Enable OPUS option by default [1] Suggested by: mr44er <mr44er@gmail.com>
Diffstat (limited to 'net/asterisk13/files/patch-configure')
-rw-r--r--net/asterisk13/files/patch-configure31
1 files changed, 0 insertions, 31 deletions
diff --git a/net/asterisk13/files/patch-configure b/net/asterisk13/files/patch-configure
index 0e9a93dd5280..e40c7918f44c 100644
--- a/net/asterisk13/files/patch-configure
+++ b/net/asterisk13/files/patch-configure
@@ -9,37 +9,6 @@
;;
openbsd*)
ac_default_prefix=/usr/local
-@@ -9207,25 +9205,25 @@ $as_echo "configuring" >&6; }
-
- this_host=$(./config.sub $(./config.guess))
- if test "$build" != "$this_host" ; then
-- PJPROJECT_CONFIGURE_OPTS+=" --build=$build_alias"
-+ PJPROJECT_CONFIGURE_OPTS="${PJPROJECT_CONFIGURE_OPTS} --build=$build_alias"
- fi
- if test "$host" != "$this_host" ; then
-- PJPROJECT_CONFIGURE_OPTS+=" --host=$host_alias"
-+ PJPROJECT_CONFIGURE_OPTS="${PJPROJECT_CONFIGURE_OPTS} --host=$host_alias"
- fi
- # This was a copy of the autoconf generated code from the root ./configure.
- # Hopefully, when you read this, the code is still the same.
- if test "${with_ssl+set}" = set; then :
- case $with_ssl in
- n|no)
-- PJPROJECT_CONFIGURE_OPTS+=" --disable-ssl"
-+ PJPROJECT_CONFIGURE_OPTS="${PJPROJECT_CONFIGURE_OPTS} --disable-ssl"
- ;;
- y|ye|yes)
- # Not to mention SSL is the default in PJProject and means "autodetect".
- # In Asterisk, "./configure --with-ssl" means "must be present".
-- PJPROJECT_CONFIGURE_OPTS+=""
-+ #PJPROJECT_CONFIGURE_OPTS+=""
- ;;
- *)
-- PJPROJECT_CONFIGURE_OPTS+=" --with-ssl=${with_ssl}"
-+ PJPROJECT_CONFIGURE_OPTS+="${PJPROJECT_CONFIGURE_OPTS} --with-ssl=${with_ssl}"
- ;;
- esac
- fi
@@ -20566,6 +20564,8 @@ $as_echo_n "checking for getifaddrs() support... " >&6
cat confdefs.h - <<_ACEOF >conftest.$ac_ext