summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug807492
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-08-08 18:42:03 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-08-08 18:42:03 +0000
commit48f9528b90d58ac57bc0dcf8b05e939026b26799 (patch)
treee865dbceb17400d2f950e44a8979cf576a6eee98 /www/firefox/files/patch-bug807492
parentA library, client, and some examples written in Python to access the (diff)
- update firefox to 23.0
- update firefox-esr, thunderbird and libxul to 17.0.8 - update seamonkey to 2.20 - fix plist for *-i18n Security: 0998e79d-0055-11e3-905b-0025905a4771 In collaboration with: Jan Beich <jbeich@tormail.org>
Notes
Notes: svn path=/head/; revision=324409
Diffstat (limited to 'www/firefox/files/patch-bug807492')
-rw-r--r--www/firefox/files/patch-bug80749222
1 files changed, 11 insertions, 11 deletions
diff --git a/www/firefox/files/patch-bug807492 b/www/firefox/files/patch-bug807492
index f9e5de6739ac..4b4e90f52ba1 100644
--- a/www/firefox/files/patch-bug807492
+++ b/www/firefox/files/patch-bug807492
@@ -17,17 +17,17 @@ diff --git configure.in configure.in
index c167461..8346c11 100644
--- configure.in
+++ configure.in
-@@ -5258,17 +5258,17 @@ if test -n "$MOZ_WEBRTC"; then
- *-android*|*-linuxandroid*)
- if test -n "$MOZ_B2G"; then
- MOZ_WEBRTC=1
- else
- dnl Make sure doesn't get matched by *-linux*
- MOZ_WEBRTC=
- fi
- ;;
-- *-linux*|*-mingw*|*-darwin*)
-+ *-linux*|*-mingw*|*-darwin*|*-dragonfly*|*-freebsd*|*-netbsd*|*-openbsd*)
+@@ -5246,17 +5246,17 @@ if test "$NS_PRINTING"; then
+ AC_DEFINE(NS_PRINT_PREVIEW)
+ fi
+
+ dnl Turn off webrtc for OS's we don't handle yet, but allow
+ dnl --enable-webrtc to override. Can disable for everything in
+ dnl the master list above.
+ if test -n "$MOZ_WEBRTC"; then
+ case "$target" in
+- *-linux*|*-mingw*|*-darwin*|*-android*|*-linuxandroid*)
++ *-linux*|*-mingw*|*-darwin*|*-android*|*-linuxandroid*|*-dragonfly*|*-freebsd*|*-netbsd*|*-openbsd*)
dnl Leave enabled
;;
*)