[Midnightbsd-cvs] [MidnightBSD/mports] a4a8fd: emulators/higan: fix i386 build failure due to mis...
Lucas Holt
noreply at github.com
Sat May 16 22:08:45 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: a4a8fd41c2adc716e135694675ba05cd42c695af
https://github.com/MidnightBSD/mports/commit/a4a8fd41c2adc716e135694675ba05cd42c695af
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> (#198)
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