CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/03/15 14:31:10
Modified files:
mail/kopano/core: Makefile
Added files:
mail/kopano/core/patches: patch-swig_IECServiceAdmin_i
Log message:
mail/kopano/core: fix build with LLVM11
LLVM 11 no longer tolerates assigning NULL to bool variables.
The error shows up in code generated by swig, but the problem is
in swig's input.
ok robert@
