FreeBSD Bugzilla – Attachment 243531 Details for
Bug 272645
www/node18: Unbreak clang16 on aarch64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Unbreak aarch64
0001-www-node18-Unbreak-aarch64.diff (text/plain), 666 bytes, created by
Nuno Teixeira
on 2023-07-21 18:37:34 UTC
(
hide
)
Description:
Unbreak aarch64
Filename:
MIME Type:
Creator:
Nuno Teixeira
Created:
2023-07-21 18:37:34 UTC
Size:
666 bytes
patch
obsolete
>diff --git a/www/node18/Makefile b/www/node18/Makefile >index 16b594e24d31..588e31df2030 100644 >--- a/www/node18/Makefile >+++ b/www/node18/Makefile >@@ -83,6 +83,12 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-common.gypi > CONFIGURE_ARGS+=--openssl-no-asm > .endif > >+# See also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272013 >+# See also: https://chromium.googlesource.com/v8/v8.git/+/d15d49b09dc7aef9edcc4cf6a0cb2b77a0db203f >+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091 && ${ARCH} == aarch64 >+CXXFLAGS+= -Wno-error=enum-constexpr-conversion >+.endif >+ > post-patch: > @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/tools/v8_gypfiles/v8.gyp >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 272645
:
243531
|
243594