Add USES=compiler:c++11-lib to Linphone ports.
PR: 232526 Submitted by: pkubaj@anongoth.pl
This commit is contained in:
parent
845aeba05a
commit
eea0292045
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=482777
6 changed files with 7 additions and 6 deletions
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \
|
||||
libbelr.so:textproc/belr
|
||||
|
||||
USES= cmake:outsource
|
||||
USES= cmake:outsource compiler:c++11-lib
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ARGS= -DENABLE_STATIC=NO -DENABLE_STRICT=NO -DENABLE_UNIT_TESTS=NO
|
||||
|
|
|
@ -15,7 +15,7 @@ LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \
|
|||
libmediastreamer_base.so:net/mediastreamer \
|
||||
libortp.so:net/ortp
|
||||
|
||||
USES= cmake:outsource
|
||||
USES= cmake:outsource compiler:c++11-lib
|
||||
|
||||
CMAKE_ARGS= -DENABLE_STATIC=NO
|
||||
PLIST_FILES= lib/mediastreamer/plugins/libmswebrtc.so
|
||||
|
|
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
BUILD_DEPENDS= mbedtls>=2.3.0_2:security/mbedtls
|
||||
LIB_DEPENDS= libmbedtls.so:security/mbedtls
|
||||
|
||||
USES= cmake:outsource
|
||||
USES= cmake:outsource compiler:c++11-lib
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CFLAGS+= -DHAVE_ARC4RANDOM
|
||||
|
|
|
@ -23,7 +23,8 @@ LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \
|
|||
libortp.so:net/ortp \
|
||||
libsqlite3.so:databases/sqlite3
|
||||
|
||||
USES= cmake:outsource gnome iconv pkgconfig python:build
|
||||
USES= cmake:outsource compiler:c++11-lib gnome iconv pkgconfig \
|
||||
python:build
|
||||
USE_GNOME= libxml2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \
|
|||
libbelcard.so:deskutils/belcard \
|
||||
liblinphone++.so:net/liblinphone
|
||||
|
||||
USES= cmake:outsource pkgconfig qt:5
|
||||
USES= cmake:outsource compiler:c++11-lib pkgconfig qt:5
|
||||
USE_QT= buildtools_build concurrent core gui linguisttools network \
|
||||
qmake_build qml quick quickcontrols2 speech svg testlib widgets
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox
|
||||
|
||||
USES= cmake:outsource
|
||||
USES= cmake:outsource compiler:c++11-lib
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ARGS= -DENABLE_STATIC=NO -DENABLE_STRICT=NO
|
||||
|
|
Loading…
Reference in a new issue