net/mediastreamer: Explicitly link with libthr after base r345349

This should unbreak the build of net/liblinphone.

ld: error: /usr/local/lib/libmediastreamer_base.so.10: undefined reference to pthread_setschedparam

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p501607_s347555/logs/errors/liblinphone-3.12.0_1.log
This commit is contained in:
Tobias Kortkamp 2019-05-15 06:31:04 +00:00
parent 91abad5b31
commit 19f5c65788
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501689

View File

@ -3,7 +3,7 @@
PORTNAME= mediastreamer
PORTVERSION= 2.16.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= https://www.linphone.org/releases/sources/mediastreamer/
@ -26,6 +26,7 @@ CMAKE_ARGS= -DENABLE_ALSA=NO -DENABLE_BV16=NO -DENABLE_DOC=NO \
-DENABLE_JPEG=NO -DENABLE_OSS=YES -DENABLE_PULSEAUDIO=NO \
-DENABLE_STATIC=NO -DENABLE_STRICT=NO -DENABLE_TOOLS=NO \
-DENABLE_UNIT_TESTS=NO
LDFLAGS+= -pthread
OPTIONS_DEFINE= MATROSKA VIDEO
OPTIONS_GROUP= AUDIOOPT VIDEOOPT