git: b29930703f0d - main - Templates/config.site: Enable ac_cv_header_byteswap_h

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Mon, 12 Feb 2024 18:31:18 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b29930703f0d979cec937b3337713204cadb5bf3

commit b29930703f0d979cec937b3337713204cadb5bf3
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-02-12 18:06:20 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-02-12 18:06:24 +0000

    Templates/config.site: Enable ac_cv_header_byteswap_h
    
    With 12.4 EOL all supported versions of FreeBSD have this header
    so we can now unconditionally enable it
    
    PR:             276671
    Reviewed by:    portmgr (bofh)
    Exp-run by:     antoine
---
 Templates/config.site | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Templates/config.site b/Templates/config.site
index 30a254011933..9bda8780bf39 100644
--- a/Templates/config.site
+++ b/Templates/config.site
@@ -116,7 +116,7 @@
 : ${gl_cv_header_wchar_h_correct_inline=yes}
 
 : ${ac_cv_header_argz_h=no}
-: ${ac_cv_header_byteswap_h=no}
+: ${ac_cv_header_byteswap_h=yes}
 : ${ac_cv_header_dl_h=no}
 : ${ac_cv_header_random_h=no}
 : ${ac_cv_header_vfork_h=no}