svn commit: r451461 - head/net/pjsip
Guido Falsi
madpilot at FreeBSD.org
Sat Oct 7 14:10:21 UTC 2017
Author: madpilot
Date: Sat Oct 7 14:10:19 2017
New Revision: 451461
URL: https://svnweb.freebsd.org/changeset/ports/451461
Log:
Correctly handle option caused conflict.
PR: 222845
Submitted by: O. Hartmann <ohartmann at walstatt.org>
Modified:
head/net/pjsip/Makefile
Modified: head/net/pjsip/Makefile
==============================================================================
--- head/net/pjsip/Makefile Sat Oct 7 13:48:53 2017 (r451460)
+++ head/net/pjsip/Makefile Sat Oct 7 14:10:19 2017 (r451461)
@@ -13,8 +13,7 @@ LICENSE= GPLv2+
LIB_DEPENDS= libportaudio.so:audio/portaudio
-CONFLICTS?= pjsip-extsrtp-[0-9]* \
- libsrtp-[0-9]*
+CONFLICTS?= pjsip-extsrtp-[0-9]*
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-external-pa \
@@ -87,6 +86,7 @@ AMR_LIB_DEPENDS= libopencore-amrwb.so:audio/opencore-
libvo-amrwbenc.so:audio/vo-amrwbenc
EXTSRTP_CONFIGURE_WITH= external-srtp
EXTSRTP_LIB_DEPENDS= libsrtp.so:net/libsrtp
+EXTSRTP_CONFLICTS_OFF= libsrtp-[0-9]*
WEBRTC_CONFIGURE_OFF= --disable-libwebrtc
post-patch:
More information about the svn-ports-head
mailing list