mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-31 21:18:09 -07:00
qtconnectivity only defines this function when the compiler does not define __SIZEOF_INT128__ (seems like a fallback), this may possibly happen in generic Qt builds but that seems unlikely for our builds. Just a quickfix, may not be correct but is better failling due to a missing symbol. Closes: https://bugs.gentoo.org/980692 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>