mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
Ring is a secure and distributed voice, video and chat communication platform that requires no centralized server and leaves the power of privacy in the hands of the user. WWW: https://ring.cx/ PR: 209542 Submitted by: Yuri Victorovich <yuri@rawbw.com>
10 lines
360 B
Makefile
10 lines
360 B
Makefile
--- contrib/native/pjproject-2.4.5/build.mak.in.orig 2015-08-12 04:46:22 UTC
|
|
+++ contrib/native/pjproject-2.4.5/build.mak.in
|
|
@@ -265,7 +265,6 @@ export APP_LDLIBS := $(PJSUA_LIB_LDLIB)
|
|
$(PJLIB_LDLIB) \
|
|
@LIBS@
|
|
export APP_LDXXLIBS := $(PJSUA2_LIB_LDLIB) \
|
|
- -lstdc++ \
|
|
$(APP_LDLIBS)
|
|
|
|
# Here are the variabels to use if application is using the library
|