CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/05/21 15:05:21
Modified files:
security/clamav: Makefile
Log message:
clamav: set OBJC="${CC}" to use clang on clang arches, rather than
trying to auto detect, which picks up gcc on those base-clang arches
which still install gcc (which I think is now causing more problems
than it solves).
Fixes a build problem reported by solene@ on i386 with old /usr/bin/gcc
present after the installer auto-removed old gcc-libs.
