aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-10-13 07:24:15 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-10-13 07:25:21 +0000
commit0ca509c50de9912d54748f3cf37450f1a6545585 (patch)
tree1f4178325f3c03892066423454f96b916487d7c3
parentec733213974264ea5602ec6f7aa7dad1046ec47f (diff)
downloadports-0ca509c50de9912d54748f3cf37450f1a6545585.tar.gz
ports-0ca509c50de9912d54748f3cf37450f1a6545585.zip
www/py-autobahn: remove not necessary patch
The newest version already fixes the problem. Reported by: olgeni
-rw-r--r--www/py-autobahn/files/patch-autobahn_nvx___utf8validator.c12
1 files changed, 0 insertions, 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