1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Mk/Uses/vala.mk: remove powerpc conditional since clang condition fixes other build failures on powerpc

This commit is contained in:
Piotr Kubaj 2024-01-31 09:20:15 +01:00
parent e22931d36a
commit 926b731179

View File

@ -25,7 +25,7 @@ BUILD_DEPENDS+= ${_VALA_BINARY}:${_VALA_PORT}
# remove after https://gitlab.gnome.org/GNOME/vala/-/issues/1408 is fixed
.include "${USESDIR}/compiler.mk"
. if ${ARCH} != powerpc && ${CHOSEN_COMPILER_TYPE} == "clang"
. if ${CHOSEN_COMPILER_TYPE} == "clang"
CFLAGS+= -Wno-error=incompatible-function-pointer-types
. endif