Index: head/www/firefox/files/patch-bug1530659 =================================================================== --- head/www/firefox/files/patch-bug1530659 (nonexistent) +++ head/www/firefox/files/patch-bug1530659 (revision 496299) @@ -0,0 +1,31 @@ +Always pass -Isilk/fixed to unbreak on aarch64 after bug 1522016 + +diff --git media/libopus/moz.build media/libopus/moz.build +index cc82c8e6a616..e83a70f94e0a 100644 +--- media/libopus/moz.build ++++ media/libopus/moz.build +@@ -63,6 +63,8 @@ LOCAL_INCLUDES += [ + 'celt', + 'include', + 'silk', ++ 'silk/fixed', ++ 'silk/float', + 'src', + ] + +@@ -76,15 +78,9 @@ UNIFIED_SOURCES += opus_sources + SOURCES += opus_nonunified_sources + + if CONFIG['MOZ_SAMPLE_TYPE_FLOAT32']: +- LOCAL_INCLUDES += [ +- 'silk/float', +- ] + UNIFIED_SOURCES += silk_sources_float + UNIFIED_SOURCES += opus_sources_float + else: +- LOCAL_INCLUDES += [ +- 'silk/fixed', +- ] + UNIFIED_SOURCES += silk_sources_fixed + + if CONFIG['CPU_ARCH'] in ('x86', 'x86_64'): Property changes on: head/www/firefox/files/patch-bug1530659 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property