pkgsrc-WIP-changes archive

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

firefox-hg: enable webrtc by default on NetBSD again.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Aug 5 12:49:08 2016 +0200
Changeset:	a9a61e50413be1169074aead2854fb4f79a5dfa6

Modified Files:
	firefox-hg/options.mk

Log Message:
firefox-hg: enable webrtc by default on NetBSD again.

Still does not build though (but hasn't been building for weeks)

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

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

diffstat:
 firefox-hg/options.mk | 3 ---
 1 file changed, 3 deletions(-)

diffs:
diff --git a/firefox-hg/options.mk b/firefox-hg/options.mk
index 5156a55..9840dec 100644
--- a/firefox-hg/options.mk
+++ b/firefox-hg/options.mk
@@ -13,10 +13,7 @@ PKG_SUGGESTED_OPTIONS+=	alsa mozilla-jemalloc
 PKG_SUGGESTED_OPTIONS+= pulseaudio
 .endif
 
-# On NetBSD/amd64 6.99.21 libxul.so is invalid when --enable-webrtc is set.
-.if ${OPSYS} == "Linux"
 PKG_SUGGESTED_OPTIONS+=	webrtc
-.endif
 
 .include "../../mk/bsd.options.mk"
 


Home | Main Index | Thread Index | Old Index