Subject: CVS commit: pkgsrc/sysutils/coreutils
From: Greg Troxel
Date: 2019-11-24 02:05:00
Message id: 20191124010500.A18B0FA97@cvs.NetBSD.org

Log Message:
sysutils/coreutils: Fix compiler check via pkglint

AUTOFIX: Makefile.common:51: Replacing "${PKGSRC_COMPILER} == \ 
\"clang\"" with "${PKGSRC_COMPILER:Mclang}".

The PKGSRC_COMPILER can be a list of chained compilers, e.g. "ccache
distcc clang". Therefore, comparing it using == or != leads to wrong
results in these cases.

Files:
RevisionActionfile
1.21modifypkgsrc/sysutils/coreutils/Makefile.common