Subject: CVS commit: pkgsrc/net/p5-Socket6
From: Greg Troxel
Date: 2019-11-24 02:20:56
Message id: 20191124012056.55A61FA97@cvs.NetBSD.org

Log Message:
net/p5-Socket6: Fix compiler check via pkglint

AUTOFIX: Makefile:24: Replacing "${PKGSRC_COMPILER} == \ 
\"xlc\"" with "${PKGSRC_COMPILER:Mxlc}".

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/net/p5-Socket6/Makefile