1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
Piotr Kubaj 989b386399 biology/stacks: fix build without libomp
src/process_radtags.cc:1578:6: error: unknown type name 'omp_lock_t'
 1578 |             omp_lock_t      &thread_outbuf_lock   = outbuf_lock[thread_index];
      |             ^
25 warnings and 10 errors generated.
2025-01-22 12:27:04 +01:00
..