CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/02/09 16:24:10
Modified files:
x11/emelfm2 : Makefile
Added files:
x11/emelfm2/patches: patch-plugins_e2p_copy_c
patch-plugins_e2p_move_c
patch-src_e2_task_c
Log message:
x11/emelfm2: explicitly cast pointers to integers to appease clang 15
This code relies on the mistaken assumption that pthread_t is an integer
type.
