summaryrefslogtreecommitdiff
path: root/www/seamonkey/files/extra-bug780531
blob: a035ce397cc7877c1313674a8a8726543ecdf56f (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
--- mozilla/configure.in~
+++ mozilla/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
     ;;