git: 17233191c8ae - main - audio/umurmur: Remove stray files added by mistake
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 22:59:39 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=17233191c8ae52e969efb80ac731f3f4020549ec
commit 17233191c8ae52e969efb80ac731f3f4020549ec
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-31 15:28:54 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 20:23:48 +0000
audio/umurmur: Remove stray files added by mistake
Reported by: jbeich
---
audio/umurmur/patch-src_byteorder.h | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/audio/umurmur/patch-src_byteorder.h b/audio/umurmur/patch-src_byteorder.h
deleted file mode 100644
index 134ce96050d4..000000000000
--- a/audio/umurmur/patch-src_byteorder.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/byteorder.h.orig 2021-03-21 20:49:04 UTC
-+++ src/byteorder.h
-@@ -56,8 +56,10 @@ typedef uint64_t subblock;
- #elif defined( __x86_64__)
- #define SWAPPED(x) ({register uint64_t __out, __in = (x); __asm__("bswap %q0" : "=r"(__out) : "0"(__in)); __out;})
- #else
-+#if defined(__linux__)
- #include <byteswap.h>
- #define SWAPPED(x) bswap_64(x)
-+#endif // defined(__linux__)
- #endif // defined(BYTE_ORDER_BIG_ENDIAN)
- #else
- #define BLOCKSIZE 4