Fixes pkgcheck failing on FileUnknown.
PATCHES is commonly an array these days and using a plain string is not
supported by pkgcheck.
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
The makefile call $(CC) to detect the machine architecture in a variable
thus it will be evaluated each time we enter the makefile, even when
executing `make install`
Signed-off-by: Yuhang Zeng <unlsycn@unlsycn.com>