FreeBSD Bugzilla – Attachment 244326 Details for
Bug 273334
converters/wkhtmltopdf: unbreak build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
remove "register" keyword usage from C++ files.
wkhtmltopdf.git-diff (text/plain), 1010 bytes, created by
Jonathan Chen
on 2023-08-25 01:24:15 UTC
(
hide
)
Description:
remove "register" keyword usage from C++ files.
Filename:
MIME Type:
Creator:
Jonathan Chen
Created:
2023-08-25 01:24:15 UTC
Size:
1010 bytes
patch
obsolete
>diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile >index 02c7996907..95a2d2c62c 100644 >--- a/converters/wkhtmltopdf/Makefile >+++ b/converters/wkhtmltopdf/Makefile >@@ -15,7 +15,6 @@ EXPIRATION_DATE= 2024-06-30 > BROKEN_armv6= fails to build: error: Not supported ARM architecture > BROKEN_armv7= fails to build: error: invalid operand for instruction > BROKEN_mips64= fails to link: undefined reference to __sync_add_and_fetch_4 >-BROKEN_FreeBSD_14= fails to build: use of undeclared identifier 'needsToUnregister' > > RUN_DEPENDS= webfonts>=0:x11-fonts/webfonts > LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ >@@ -84,7 +83,7 @@ post-patch: > ${WRKSRC}/build/wkhtmltox > .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) > @${FIND} ${PATCH_WRKSRC}/../qt-5db36ec -name "*.cpp" -o -name "*.h" | \ >- ${XARGS} ${REINPLACE_CMD} -e 's|register ||g' >+ ${XARGS} ${REINPLACE_CMD} -E 's|register ([a-zA-Z])|\1|g' > .endif > >
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 273334
: 244326