Tested on current/amd64 and current/macppc.

        Jan

Index: Makefile
===================================================================
RCS file: /cvs/ports/telephony/pjsua/Makefile,v
retrieving revision 1.43
diff -u -p -r1.43 Makefile
--- Makefile    5 Aug 2017 12:31:01 -0000       1.43
+++ Makefile    17 Mar 2018 16:39:56 -0000
@@ -4,7 +4,7 @@ COMMENT-main=   multimedia communication l
 COMMENT-pjsua= lightweight sip client
 
 V=             2.4.5
-REVISION=      2
+REVISION=      3
 DISTNAME=      pjproject-$V
 PKGNAME-main=  pjsip-$V
 PKGNAME-pjsua= pjsua-$V
@@ -35,7 +35,7 @@ MASTER_SITES= ${HOMEPAGE}release/$V/
 # GPLv2+
 PERMIT_PACKAGE_CDROM=  Yes
 
-WANTLIB += crypto gsm m opencore-amrnb opencore-amrwb portaudio pthread
+WANTLIB += crypto gsm m portaudio pthread
 WANTLIB += speex speexdsp ssl
 
 WANTLIB-pjsua += ${WANTLIB}
@@ -48,7 +48,6 @@ WANTLIB-main = ${WANTLIB} ${COMPILER_LIB
 MULTI_PACKAGES=        -main -pjsua
 
 LIB_DEPENDS-main= audio/gsm \
-               audio/opencore-amr \
                audio/portaudio-svn \
                audio/speex
 
@@ -63,6 +62,7 @@ AUTOCONF_VERSION= 2.69
 CONFIGURE_ARGS=        --enable-shared \
                --disable-oss \
                --disable-video \
+               --disable-opencore-amr \
                --with-external-gsm \
                --with-external-pa \
                --with-external-speex \

Reply via email to