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

Collapse All | Expand All

(-)b/www/node18/Makefile (+6 lines)
Lines 83-88 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-common.gypi Link Here
83
CONFIGURE_ARGS+=--openssl-no-asm
83
CONFIGURE_ARGS+=--openssl-no-asm
84
.endif
84
.endif
85
85
86
# See also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272013
87
# See also: https://chromium.googlesource.com/v8/v8.git/+/d15d49b09dc7aef9edcc4cf6a0cb2b77a0db203f
88
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091 && ${ARCH} == aarch64
89
CXXFLAGS+=	-Wno-error=enum-constexpr-conversion
90
.endif
91
86
post-patch:
92
post-patch:
87
	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/tools/v8_gypfiles/v8.gyp
93
	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/tools/v8_gypfiles/v8.gyp
88
94

Return to bug 272645