[Bug 273736] Find a better way to handle byteswap.h in libmagic
Date: Tue, 12 Sep 2023 06:43:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273736 Bug ID: 273736 Summary: Find a better way to handle byteswap.h in libmagic Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: delphij@FreeBSD.org In 90474518912f we are pretending that byteswap.h does not exist on FreeBSD. Ideally we should be testing if __FreeBSD_version is greater than or equal to 1400079 (the bump after byteswap.h introduction) and derive the HAVE_BYTESWAP from that. -- You are receiving this mail because: You are the assignee for the bug.