openbsd-ports/telephony/pjsua/patches/patch-build_mak_in
sthen 03aaa26071 - update to pjsip/pjsua 2.9
- stop using CC -lstdc++ to link, use CXX instead
2020-01-10 13:37:46 +00:00

14 lines
363 B
Plaintext

$OpenBSD: patch-build_mak_in,v 1.4 2020/01/10 13:37:47 sthen Exp $
Index: build.mak.in
--- build.mak.in.orig
+++ build.mak.in
@@ -292,7 +292,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