diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-04-17 18:42:27 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-04-17 18:42:27 +0000 |
commit | 0dda08008b3c33c9dd7b5d6479eb692b13b3073c (patch) | |
tree | ec22576b43442995bbeb93938dcd3319cded48d1 | |
parent | ea47d57ae75635b5a7ff0d6f0d4df0576b95035f (diff) | |
download | pkgsrc-0dda08008b3c33c9dd7b5d6479eb692b13b3073c.tar.gz |
Remove unused patch
-rw-r--r-- | mail/thunderbird/distinfo | 3 | ||||
-rw-r--r-- | mail/thunderbird/patches/patch-mozilla_gfx_ycbcr_yuv__row__arm.s | 37 |
2 files changed, 1 insertions, 39 deletions
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 7f82e08f81e..9cd64a19eff 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.176 2016/04/17 18:33:50 ryoon Exp $ +$NetBSD: distinfo,v 1.177 2016/04/17 18:42:27 ryoon Exp $ SHA1 (thunderbird-45.0.source.tar.xz) = 22bcca34fb442bf12b85ac2513d06b09124254e2 RMD160 (thunderbird-45.0.source.tar.xz) = ed062ddc898339889109218d7309aa95b44951dd @@ -48,7 +48,6 @@ SHA1 (patch-mozilla_gfx_skia_skia_src_opts_memset.arm.S) = a4b4aab1c6fcf8681a1ef SHA1 (patch-mozilla_gfx_thebes_moz.build) = 9ca30b203e492f59563f698d7bfe39befdef0bb1 SHA1 (patch-mozilla_gfx_ycbcr_moz.build) = 84eab4220cbce9ad44a62b7ba64e838927382b13 SHA1 (patch-mozilla_gfx_ycbcr_yuv__row__arm.S) = 2b2e6db1bdb0719ee7642447971fe2a9c80518dd -SHA1 (patch-mozilla_gfx_ycbcr_yuv__row__arm.s) = b086ba47705f78629acee64fa096bc7ce94b35fa SHA1 (patch-mozilla_image_decoders_nsJPEGDecoder.cpp) = 4388fb0c57011e19e8ee4768d3cc82b078b7a6e2 SHA1 (patch-mozilla_intl_hyphenation_glue_hnjalloc.h) = 9159bfaa44bf70c04602a1ac10f698ef4f4a5187 SHA1 (patch-mozilla_ipc_chromium_src_base_atomicops.h) = b70f38db87e80de06f061e7ee7664d47b1000f12 diff --git a/mail/thunderbird/patches/patch-mozilla_gfx_ycbcr_yuv__row__arm.s b/mail/thunderbird/patches/patch-mozilla_gfx_ycbcr_yuv__row__arm.s deleted file mode 100644 index b84afe35723..00000000000 --- a/mail/thunderbird/patches/patch-mozilla_gfx_ycbcr_yuv__row__arm.s +++ /dev/null @@ -1,37 +0,0 @@ -$NetBSD: patch-mozilla_gfx_ycbcr_yuv__row__arm.s,v 1.1 2016/04/17 18:33:50 ryoon Exp $ - ---- mozilla/gfx/ycbcr/yuv_row_arm.s.orig 2016-04-07 21:33:15.000000000 +0000 -+++ mozilla/gfx/ycbcr/yuv_row_arm.s -@@ -2,6 +2,12 @@ - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -+#if defined(__ARM_EABI__) && !defined(__ARM_DWARF_EH__) -+#define UNWIND -+#else -+#define UNWIND @ -+#endif -+ - .arch armv7-a - .fpu neon - /* Allow to build on targets not supporting neon, and force the object file -@@ -74,7 +80,8 @@ YCbCr42xToRGB565_DITHER30_CONSTS_NEON: - .global ScaleYCbCr42xToRGB565_BilinearY_Row_NEON - .type ScaleYCbCr42xToRGB565_BilinearY_Row_NEON, %function - .balign 64 -- .fnstart -+ .cfi_startproc -+ UNWIND .fnstart - ScaleYCbCr42xToRGB565_BilinearY_Row_NEON: - STMFD r13!,{r4-r9,r14} @ 8 words. - ADR r14,YCbCr42xToRGB565_DITHER03_CONSTS_NEON -@@ -296,7 +303,8 @@ s42xbily_neon_tail: - s42xbily_neon_done: - VPOP {Q4-Q7} @ 16 words. - LDMFD r13!,{r4-r9,PC} @ 8 words. -- .fnend -+ UNWIND .fnend -+ .cfi_endproc - .size ScaleYCbCr42xToRGB565_BilinearY_Row_NEON, .-ScaleYCbCr42xToRGB565_BilinearY_Row_NEON - - #if defined(__ELF__)&&defined(__linux__) |