summaryrefslogtreecommitdiff
path: root/www/firefox52/patches/patch-gfx_ycbcr_moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox52/patches/patch-gfx_ycbcr_moz.build')
-rw-r--r--www/firefox52/patches/patch-gfx_ycbcr_moz.build15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/firefox52/patches/patch-gfx_ycbcr_moz.build b/www/firefox52/patches/patch-gfx_ycbcr_moz.build
new file mode 100644
index 00000000000..e176bf3c89b
--- /dev/null
+++ b/www/firefox52/patches/patch-gfx_ycbcr_moz.build
@@ -0,0 +1,15 @@
+$NetBSD: patch-gfx_ycbcr_moz.build,v 1.1 2017/04/27 01:55:57 ryoon Exp $
+
+* yuv_row_arm.S requires pre-processor
+
+--- gfx/ycbcr/moz.build.orig 2014-11-26 12:30:03.000000000 +0000
++++ gfx/ycbcr/moz.build
+@@ -63,7 +63,7 @@ else:
+
+ if CONFIG['CPU_ARCH'] == 'arm' and CONFIG['HAVE_ARM_NEON']:
+ SOURCES += [
+- 'yuv_row_arm.s',
++ 'yuv_row_arm.S',
+ ]
+ SOURCES += [
+ 'yuv_convert_arm.cpp',