diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2018-12-12 20:48:30 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2018-12-12 20:48:30 +0000 |
commit | 98eeedd0083c4b86e70519436ffe3133d52781dc (patch) | |
tree | 83a1dc6f05bb778a379436f038899cd7f7d79f53 /net/pjsip/files/patch-aconfigure | |
parent | devel/ptlib builds fine with OpenSSL 1.1.1 after r484518 (diff) |
- Update asterisk13 to 13.24.0
- Update asterisk15 to 15.7.0
- Update asterisk16 to 16.1.0
- Update pjsip to 2.8
- Remove upstreamed patches from pjsip port
- Add USES=gnome to asterisk ports
- Silence portlint warnings
Notes
Notes:
svn path=/head/; revision=487324
Diffstat (limited to 'net/pjsip/files/patch-aconfigure')
-rw-r--r-- | net/pjsip/files/patch-aconfigure | 29 |
1 files changed, 7 insertions, 22 deletions
diff --git a/net/pjsip/files/patch-aconfigure b/net/pjsip/files/patch-aconfigure index 51c87ce365dc..0acdaa5a2288 100644 --- a/net/pjsip/files/patch-aconfigure +++ b/net/pjsip/files/patch-aconfigure @@ -1,21 +1,6 @@ ---- aconfigure.orig 2017-11-01 05:23:36 UTC +--- aconfigure.orig 2018-07-05 11:16:11 UTC +++ aconfigure -@@ -6362,14 +6362,7 @@ $as_echo "Checking sound device backend... null sound" - ;; - *) - ac_pjmedia_snd=alsa -- ac_pa_use_alsa=1 -- -- ac_fn_c_check_header_mongrel "$LINENO" "alsa/version.h" "ac_cv_header_alsa_version_h" "$ac_includes_default" --if test "x$ac_cv_header_alsa_version_h" = xyes; then : -- LIBS="$LIBS -lasound" --else - ac_pa_use_alsa=0 --fi - - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking sound device backend... unix" >&5 -@@ -7022,7 +7015,7 @@ else +@@ -7085,7 +7085,7 @@ else FFMPEG_PREFIX=$with_ffmpeg { $as_echo "$as_me:${as_lineno-$LINENO}: result: Using ffmpeg prefix... $FFMPEG_PREFIX" >&5 $as_echo "Using ffmpeg prefix... $FFMPEG_PREFIX" >&6; } @@ -24,12 +9,12 @@ fi for ac_prog in pkg-config "python pkgconfig.py" -@@ -8669,7 +8662,7 @@ $as_echo "Checking if libwebrtc is disabled...no" >&6; +@@ -8884,7 +8884,7 @@ $as_echo "Checking if libwebrtc is disabled...no" >&6; ac_webrtc_instset=sse2 ac_webrtc_cflags="-msse2" ;; - *win32* | *w32* | *darwin* | *linux*) -+ *win32* | *w32* | *darwin* | *linux* | *amd64*freebsd* ) - ac_webrtc_instset=sse2 - ;; - *) ++ *win32* | *w32* | *darwin* | *linux* | *amd64*freebsd*) + case $target in + armv7l*gnueabihf) + ac_webrtc_instset=neon |