FreeBSD Bugzilla – Attachment 252179 Details for
Bug 280376
www/qt6-webengine: Fix build on head after string.h changes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch v1
qt6-webengine.patch (text/plain), 750 bytes, created by
Guido Falsi
on 2024-07-19 21:02:08 UTC
(
hide
)
Description:
patch v1
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2024-07-19 21:02:08 UTC
Size:
750 bytes
patch
obsolete
>diff --git a/www/qt6-webengine/Makefile b/www/qt6-webengine/Makefile >index b6f2d157f127..25923f37fef9 100644 >--- a/www/qt6-webengine/Makefile >+++ b/www/qt6-webengine/Makefile >@@ -153,6 +153,10 @@ post-patch: > @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ > ${WRKSRC}/src/3rdparty/chromium/third_party/pdfium/core/fxge/linux/fx_linux_impl.cpp \ > ${WRKSRC}/src/3rdparty/chromium/ui/events/ozone/layout/xkb/xkb_keyboard_layout_engine.cc >+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1500020 >+ @${REINPLACE_CMD} -e 's|/\* #undef HAVE_MEMPCPY \*/|#define HAVE_MEMPCPY 1|' \ >+ ${WRKSRC}/src/3rdparty/chromium/third_party/nasm/config/config-linux.h >+.endif > > pre-configure: > # We used to remove bundled libraries to be sure that webengine uses
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 280376
:
252179
|
252193