[Midnightbsd-cvs] [MidnightBSD/mports] 084bd7: emulators/higan: fix i386 build failure due to mis...
Lucas Holt
noreply at github.com
Sat May 16 22:03:27 EDT 2026
Branch: refs/heads/emulators/higan
Home: https://github.com/MidnightBSD/mports
Commit: 084bd7851ff51359d157860b8310392f328803e4
https://github.com/MidnightBSD/mports/commit/084bd7851ff51359d157860b8310392f328803e4
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-16 (Sat, 16 May 2026)
Changed paths:
M emulators/higan/Makefile
A emulators/higan/files/patch-nall_arithmetic.hpp
Log Message:
-----------
emulators/higan: fix i386 build failure due to missing <stdexcept>
nall/arithmetic/natural.hpp uses std::runtime_error without including
<stdexcept>. On i386, uint128_t is emulated via nall's multi-precision
arithmetic (INTMAX_BITS < 128), causing natural.hpp to be instantiated
for more types than on amd64 where __int128 is native. Add the missing
include to nall/arithmetic.hpp before natural.hpp is pulled in.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list