git: 4711d70491a0 - main - Mk/Uses/vala.mk: Fix indentations
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Aug 2023 18:51:27 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=4711d70491a04283f09a6afd19caf09ac8f52beb commit 4711d70491a04283f09a6afd19caf09ac8f52beb Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-08-22 18:47:37 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-08-22 18:51:20 +0000 Mk/Uses/vala.mk: Fix indentations [pre-commit] ERROR: vala.mk is not properly indented -- please use /tmp/check_indentations-vala.mk.44f1W9pfI1/vala.mk which was created using Tools/scripts/indent_make_if.pl Reported by: 'check_mk_indentations' pre-commit hook --- Mk/Uses/vala.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/Uses/vala.mk b/Mk/Uses/vala.mk index f80bc07529c9..2e1b4e8d0388 100644 --- a/Mk/Uses/vala.mk +++ b/Mk/Uses/vala.mk @@ -24,8 +24,8 @@ BUILD_DEPENDS+= ${_VALA_BINARY}:${_VALA_PORT} . endif # remove after https://gitlab.gnome.org/GNOME/vala/-/issues/1408 is fixed -.if ${ARCH} != powerpc +. if ${ARCH} != powerpc CFLAGS+= -Wno-error=incompatible-function-pointer-types -.endif +. endif .endif