git: 50276a550bab - main - www/node22: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 25 May 2025 09:59:40 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=50276a550bab12699e8978cd3761972bda63aee2

commit 50276a550bab12699e8978cd3761972bda63aee2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-05-25 09:29:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-05-25 09:52:24 +0000

    www/node22: Cosmetic change
---
 www/node22/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www/node22/Makefile b/www/node22/Makefile
index d8a6b7ca7181..22b2196f7bc6 100644
--- a/www/node22/Makefile
+++ b/www/node22/Makefile
@@ -36,6 +36,7 @@ CONFIGURE_ARGS=	--prefix=${PREFIX:S|^${DESTDIR}||} \
 		--shared-nghttp2 \
 		--shared-zlib \
 		--without-npm
+CXXFLAGS_powerpc64=	-mpower8-vector
 HAS_CONFIGURE=	yes
 MAKE_ENV=	CC.host="${CCACHE_BIN} ${CC}" \
 		CFLAGS.host="${CFLAGS}" \
@@ -66,8 +67,6 @@ ICU_CONFIGURE_ON=	--with-intl=system-icu
 ICU_LIB_DEPENDS=	libicui18n.so:devel/icu
 JIT_CONFIGURE_OFF=	--v8-lite-mode
 
-CXXFLAGS_powerpc64=	-mpower8-vector
-
 .include "Makefile.version"
 .include <bsd.port.options.mk>