summaryrefslogtreecommitdiff
path: root/mail/thunderbird45/patches/patch-mozilla_gfx_ycbcr_moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird45/patches/patch-mozilla_gfx_ycbcr_moz.build')
-rw-r--r--mail/thunderbird45/patches/patch-mozilla_gfx_ycbcr_moz.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/thunderbird45/patches/patch-mozilla_gfx_ycbcr_moz.build b/mail/thunderbird45/patches/patch-mozilla_gfx_ycbcr_moz.build
new file mode 100644
index 00000000000..f3cd201e925
--- /dev/null
+++ b/mail/thunderbird45/patches/patch-mozilla_gfx_ycbcr_moz.build
@@ -0,0 +1,13 @@
+$NetBSD: patch-mozilla_gfx_ycbcr_moz.build,v 1.1 2017/04/27 13:38:18 ryoon Exp $
+
+--- mozilla/gfx/ycbcr/moz.build.orig 2016-04-07 21:33:15.000000000 +0000
++++ mozilla/gfx/ycbcr/moz.build
+@@ -57,7 +57,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',