CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/05/28 11:34:19
Added files:
multimedia/assimp/patches:
patch-contrib_googletest_googletest_src_gtest_cc
Log message:
Fix assimp build with ports-gcc
lang/gcc/8 doesn't provide __builtin_trap() at least on sparc64, so
include <csignal> to access the decl of raise(3) used in the fallback
code path.
