FreeBSD Bugzilla – Attachment 247145 Details for
Bug 275778
x11-toolkits/vte3: remove ugly warning message for builds without GNUTLS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
e816a54a4f.patch (text/plain), 979 bytes, created by
Ivan Rozhuk
on 2023-12-18 18:10:33 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2023-12-18 18:10:33 UTC
Size:
979 bytes
patch
obsolete
>From e816a54a4f82144ea31f0cb93262343ba339ff31 Mon Sep 17 00:00:00 2001 >From: Rozhuk Ivan <rozhuk.im@gmail.com> >Date: Fri, 15 Dec 2023 16:18:12 +0200 >Subject: [PATCH] x11-toolkits/vte3: remove ugly warning message for builds > without GNUTLS > >--- > x11-toolkits/vte3/Makefile | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile >index 6d62db0380d3..76ba2cb4ae10 100644 >--- a/x11-toolkits/vte3/Makefile >+++ b/x11-toolkits/vte3/Makefile >@@ -32,6 +32,8 @@ MESON_ARGS= -Da11y=true \ > -Dicu=true \ > -D_systemd=false \ > -Dvapi=true >+# Disable build time flooding. >+CFLAGS+= -Wno-cast-function-type-strict > > # shlib version numbers come from gtk3/4 meson options, not from PYTHON_VER > PLIST_SUB= VERSION=2.91 VER3=3.91 >@@ -65,4 +67,8 @@ _LLVM_VERSION= ${LLVM_DEFAULT} > .endif > .endif > >+post-patch-GNUTLS-off: >+ ${REINPLACE_CMD} -e 's|#ifndef WITH_GNUTLS|#if 0|g' \ >+ ${WRKSRC}/src/vte.cc >+ > .include <bsd.port.post.mk>
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 275778
:
247064
|
247145
|
247366
|
256947