CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/01/27 11:14:19
Added files:
graphics/darktable/patches: patch-src_common_darktable_h
Log message:
darktable: disable code which uses attribute(target_clones) to provide functions
optimized for different CPUs. apparently clang 15 adds supports for this,
but we don't have ifunc support in the toolchain, so it fails to link.
