Date: Wed, 20 Mar 2019 00:19:00 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496299 - head/www/firefox/files Message-ID: <201903200019.x2K0J07X071840@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Wed Mar 20 00:19:00 2019 New Revision: 496299 URL: https://svnweb.freebsd.org/changeset/ports/496299 Log: www/firefox: unbreak on aarch64 after r495403 media/libopus/silk/arm/arm_silk_map.c:31:10: fatal error: 'main_FIX.h' file not found #include "main_FIX.h" ^~~~~~~~~~~~ Reported by: pkg-fallout Added: head/www/firefox/files/patch-bug1530659 (contents, props changed) Added: head/www/firefox/files/patch-bug1530659 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/firefox/files/patch-bug1530659 Wed Mar 20 00:19:00 2019 (r496299) @@ -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'):
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903200019.x2K0J07X071840>