aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/Uses/vala.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/vala.mk b/Mk/Uses/vala.mk
index a43969807a8a..b15c15461e30 100644
--- a/Mk/Uses/vala.mk
+++ b/Mk/Uses/vala.mk
@@ -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