Date: Fri, 13 Oct 2023 07:25:25 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0ca509c50de9 - main - www/py-autobahn: remove not necessary patch Message-ID: <202310130725.39D7PPBm086044@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=0ca509c50de9912d54748f3cf37450f1a6545585 commit 0ca509c50de9912d54748f3cf37450f1a6545585 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-10-13 07:24:15 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-10-13 07:25:21 +0000 www/py-autobahn: remove not necessary patch The newest version already fixes the problem. Reported by: olgeni --- www/py-autobahn/files/patch-autobahn_nvx___utf8validator.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/www/py-autobahn/files/patch-autobahn_nvx___utf8validator.c b/www/py-autobahn/files/patch-autobahn_nvx___utf8validator.c deleted file mode 100644 index 2b129e91f737..000000000000 --- a/www/py-autobahn/files/patch-autobahn_nvx___utf8validator.c +++ /dev/null @@ -1,12 +0,0 @@ ---- autobahn/nvx/_utf8validator.c.orig 2023-10-11 07:35:12 UTC -+++ autobahn/nvx/_utf8validator.c -@@ -28,7 +28,9 @@ - #include <stdint.h> - - // http://stackoverflow.com/questions/11228855/header-files-for-simd-intrinsics -+#if defined(__amd64__) || defined(__i386__) - #include <x86intrin.h> -+#endif - - - #define UTF8_ACCEPT 0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310130725.39D7PPBm086044>