Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 2023 06:28:08 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 90474518912f - main - Disable byteswap.h for now.
Message-ID:  <202309120628.38C6S8n6038739@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309120628.38C6S8n6038739>