pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

firefox-webrtc: Enable webrtc



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Oct 30 02:48:13 2016 +0200
Changeset:	9a64109d1d7d7d49623f7ffbb718cd7c62c04c72

Modified Files:
	firefox-webrtc/options.mk

Log Message:
firefox-webrtc: Enable webrtc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9a64109d1d7d7d49623f7ffbb718cd7c62c04c72

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 firefox-webrtc/options.mk | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/firefox-webrtc/options.mk b/firefox-webrtc/options.mk
index 2722838..0cc78b4 100644
--- a/firefox-webrtc/options.mk
+++ b/firefox-webrtc/options.mk
@@ -15,6 +15,9 @@ PKG_SUGGESTED_OPTIONS+= pulseaudio dbus
 # On NetBSD/amd64 6.99.21 libxul.so is invalid when --enable-webrtc is set.
 PKG_SUGGESTED_OPTIONS.Linux+=	webrtc
 
+# However we do not care
+PKG_SUGGESTED_OPTIONS.NetBSD+=	webrtc
+
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Malsa)


Home | Main Index | Thread Index | Old Index