Subject: CVS commit: pkgsrc/comms/asterisk16
From: Greg Troxel
Date: 2019-11-24 02:14:10
Message id: 20191124011410.436F4FA97@cvs.NetBSD.org

Log Message:
comms/asterisk16: Fix compiler check via pkglint

AUTOFIX: Makefile:290: 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.50modifypkgsrc/comms/asterisk16/Makefile