converters/wkhtmltopdf: fix build on powerpc

Same issue as on i386.
This commit is contained in:
Piotr Kubaj 2021-06-16 09:00:20 +00:00
parent e95168491d
commit e968e4b48f

View file

@ -55,7 +55,7 @@ MAKE_ARGS= INSTALL_ROOT="${STAGEDIR}${PREFIX}"
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386" || ${CHOSEN_COMPILER_TYPE} == gcc
.if ${ARCH} == "i386" || ${ARCH} == "powerpc" || ${CHOSEN_COMPILER_TYPE} == gcc
USE_GCC= 8
.endif