summaryrefslogtreecommitdiff
path: root/www/firefox/files/extra-bug780531
blob: c237bd26e50958c61d6d93e3c9f2a68039396709 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- configure.in~
+++ configure.in
@@ -5282,10 +5282,13 @@ if test -n "$MOZ_OGG"; then
     MOZ_SYDNEYAUDIO=1
     MOZ_CUBEB=1
     MOZ_MEDIA=1
-    case "$target_cpu" in
+    case "$target" in
     arm*)
         MOZ_TREMOR=1
     ;;
+    *-freebsd*)
+        MOZ_TREMOR=1
+    ;;
     *)
         MOZ_VORBIS=1
     ;;
@@ -5417,10 +5420,13 @@ if test "$MOZ_WEBM"; then
     MOZ_SYDNEYAUDIO=1
     MOZ_CUBEB=1
     MOZ_MEDIA=1
-    case "$target_cpu" in
+    case "$target" in
     arm*)
         MOZ_TREMOR=1
     ;;
+    *-freebsd*)
+        MOZ_TREMOR=1
+    ;;
     *)
         MOZ_VORBIS=1
     ;;