git: 9ace7f8c42ff - main - devel/libthmap : Jettison byteswap/endian hacks
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 04:26:42 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9ace7f8c42ff40e9ddb069d9d62bfba8c442cc82
commit 9ace7f8c42ff40e9ddb069d9d62bfba8c442cc82
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-31 04:16:26 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 04:16:26 +0000
devel/libthmap : Jettison byteswap/endian hacks
---
devel/libthmap/files/patch-murmurhash.c | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/devel/libthmap/files/patch-murmurhash.c b/devel/libthmap/files/patch-murmurhash.c
deleted file mode 100644
index 5dec518ab303..000000000000
--- a/devel/libthmap/files/patch-murmurhash.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- murmurhash.c.orig 2020-08-28 21:41:19 UTC
-+++ murmurhash.c
-@@ -9,7 +9,7 @@
- */
-
- #include <inttypes.h>
--#include <endian.h>
-+#include <sys/endian.h>
-
- #include "utils.h"
-