diff options
Diffstat (limited to 'www/seamonkey/files/extra-bug780531')
-rw-r--r-- | www/seamonkey/files/extra-bug780531 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/www/seamonkey/files/extra-bug780531 b/www/seamonkey/files/extra-bug780531 index a63bcae..a035ce3 100644 --- a/www/seamonkey/files/extra-bug780531 +++ b/www/seamonkey/files/extra-bug780531 @@ -1,13 +1,12 @@ --- mozilla/configure.in~ +++ mozilla/configure.in -@@ -5585,10 +5585,13 @@ if test -n "$MOZ_OGG"; then +@@ -5282,10 +5282,13 @@ if test -n "$MOZ_OGG"; then MOZ_SYDNEYAUDIO=1 MOZ_CUBEB=1 MOZ_MEDIA=1 - case "$target_cpu" in -- arm*) + case "$target" in -+ arm-*-linux*) + arm*) MOZ_TREMOR=1 ;; + *-freebsd*) @@ -16,14 +15,13 @@ *) MOZ_VORBIS=1 ;; -@@ -5715,10 +5720,13 @@ if test -n "$MOZ_WEBM" -a -z "$MOZ_NATIV +@@ -5417,10 +5420,13 @@ if test "$MOZ_WEBM"; then MOZ_SYDNEYAUDIO=1 MOZ_CUBEB=1 MOZ_MEDIA=1 - case "$target_cpu" in -- arm*) + case "$target" in -+ arm-*-linux*) + arm*) MOZ_TREMOR=1 ;; + *-freebsd*) |