git: 90474518912f - main - Disable byteswap.h for now.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Sep 2023 06:28:08 UTC
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/src/commit/?id=90474518912f5e5f49bc5325b7f88e94eba64d6a commit 90474518912f5e5f49bc5325b7f88e94eba64d6a Author: Xin LI <delphij@FreeBSD.org> AuthorDate: 2023-09-12 06:24:08 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2023-09-12 06:24:08 +0000 Disable byteswap.h for now. Ideally we should be testing __FreeBSD_version (1400079) and/or BOOTSTRAPPING from an older version, but restore compatibility to older FreeBSD versions and macOS while we find out a better way to fix it. --- lib/libmagic/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libmagic/config.h b/lib/libmagic/config.h index b842859fc2ab..232d801a6512 100644 --- a/lib/libmagic/config.h +++ b/lib/libmagic/config.h @@ -20,7 +20,7 @@ #define HAVE_ASPRINTF 1 /* Define to 1 if you have the <byteswap.h> header file. */ -#define HAVE_BYTESWAP_H 1 +/* #undef HAVE_BYTESWAP_H */ /* Define to 1 if you have the <bzlib.h> header file. */ /* #undef HAVE_BZLIB_H */