diff --git a/telephony/pjsua/Makefile b/telephony/pjsua/Makefile index 5136e02dfa1..26b6d3f94b0 100644 --- a/telephony/pjsua/Makefile +++ b/telephony/pjsua/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.48 2020/01/10 13:37:46 sthen Exp $ +# $OpenBSD: Makefile,v 1.49 2020/02/13 22:31:04 cwen Exp $ COMMENT-main= multimedia communication library (SIP, RTP, ICE, etc) COMMENT-pjsua= lightweight sip client @@ -57,6 +57,9 @@ LIB_DEPENDS-main= \ security/libsrtp \ telephony/bcg729 +# needed for gcc archs, it's not inherited by subpackages +LIB_DEPENDS-main += ${MODGCC4_CPPLIBDEP} + LIB_DEPENDS-pjsua= telephony/pjsua,-main \ audio/portaudio-svn