Subject: CVS commit: pkgsrc/devel/poco
From: Greg Troxel
Date: 2019-11-24 02:03:28
Message id: 20191124010328.53307FA97@cvs.NetBSD.org

Log Message:
devel/poco: Fix compiler check via pkglint

AUTOFIX: Makefile.common:49: Replacing "${PKGSRC_COMPILER} == \ 
\"sunpro\"" with "${PKGSRC_COMPILER:Msunpro}".

        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.17modifypkgsrc/devel/poco/Makefile.common