View | Details | Raw Unified | Return to bug 272645 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/node18/Makefile (-1 / +7 lines)
Lines 98-101 post-configure: Link Here
98
post-install:
98
post-install:
99
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node
99
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node
100
100
101
.include <bsd.port.mk>
101
.include <bsd.port.pre.mk>
102
103
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160 && ${ARCH} == aarch64
104
CXXFLAGS+=	-Wno-error=enum-constexpr-conversion
105
.endif
106
107
.include <bsd.port.post.mk>

Return to bug 272645