aboutsummaryrefslogtreecommitdiff
path: root/devel/electron11/files/patch-third__party_zlib_cpu__features.c
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2021-04-19 10:48:08 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2021-04-20 08:35:13 +0000
commitd1150f078ff27cd5fc41d9285f2482acb6bf4845 (patch)
tree6471bfdc8dae5c3d511808563df3da4af8ba7b77 /devel/electron11/files/patch-third__party_zlib_cpu__features.c
parent83a38e472b8fa1f30f66d82370dd34d279cbb633 (diff)
downloadports-d1150f078ff27cd5fc41d9285f2482acb6bf4845.tar.gz
ports-d1150f078ff27cd5fc41d9285f2482acb6bf4845.zip
devel/electron11: update to 11.4.3
Diffstat (limited to 'devel/electron11/files/patch-third__party_zlib_cpu__features.c')
-rw-r--r--devel/electron11/files/patch-third__party_zlib_cpu__features.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/electron11/files/patch-third__party_zlib_cpu__features.c b/devel/electron11/files/patch-third__party_zlib_cpu__features.c
index 511ce4c485ef..aa2535481810 100644
--- a/devel/electron11/files/patch-third__party_zlib_cpu__features.c
+++ b/devel/electron11/files/patch-third__party_zlib_cpu__features.c
@@ -23,7 +23,7 @@
#include <cpu-features.h>
#elif defined(ARMV8_OS_LINUX)
#include <asm/hwcap.h>
-@@ -65,7 +65,7 @@ int ZLIB_INTERNAL x86_cpu_enable_simd = 0;
+@@ -56,7 +65,7 @@ int ZLIB_INTERNAL x86_cpu_enable_simd = 0;
static void _cpu_check_features(void);
#endif