diff options
| author | Guido Falsi <madpilot@FreeBSD.org> | 2016-09-12 15:26:46 +0000 |
|---|---|---|
| committer | Guido Falsi <madpilot@FreeBSD.org> | 2016-09-12 15:26:46 +0000 |
| commit | 3f0427cf06a11a532a7af92c80a084a4f871300d (patch) | |
| tree | 675daef4980e3573d00404bec07f3e279d9ce360 /net/pjsip/files/patch-build.mak.in | |
| parent | security/heimdal: Fix build when EGD is not available (e.g. LibreSSL) (diff) | |
- Add PJSUA option (on by default) to install the pjsua client binary
- Strip libraries
- Reflowed OPTIONS_DEFINE
PR: 211533
Submitted by: Joseph Mingrone <jrm at ftfl.ca>
Notes
Notes:
svn path=/head/; revision=421929
Diffstat (limited to 'net/pjsip/files/patch-build.mak.in')
| -rw-r--r-- | net/pjsip/files/patch-build.mak.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/pjsip/files/patch-build.mak.in b/net/pjsip/files/patch-build.mak.in new file mode 100644 index 000000000000..1dabf83775e9 --- /dev/null +++ b/net/pjsip/files/patch-build.mak.in @@ -0,0 +1,20 @@ +--- build.mak.in.orig 2016-06-28 14:32:08 UTC ++++ build.mak.in +@@ -106,7 +106,7 @@ APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/t + endif + endif + +-ifneq ($(findstring pa,@ac_pjmedia_snd@),) ++#ifneq ($(findstring pa,@ac_pjmedia_snd@),) + ifeq (@ac_external_pa@,1) + # External PA + APP_THIRD_PARTY_EXT += -lportaudio +@@ -119,7 +119,7 @@ APP_THIRD_PARTY_LIBS += -lportaudio + APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libportaudio.$(SHLIB_SUFFIX).$(PJ_VERSION_MAJOR) $(PJ_DIR)/third_party/lib/libportaudio.$(SHLIB_SUFFIX) + endif + endif +-endif ++#endif + + ifneq (@ac_no_yuv@,1) + ifeq (@ac_external_yuv@,1) |
