FreeBSD Bugzilla – Attachment 247366 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
3aaea10ad6.patch (text/plain), 1013 bytes, created by
Ivan Rozhuk
on 2023-12-31 04:21:49 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2023-12-31 04:21:49 UTC
Size:
1013 bytes
patch
obsolete
>From 3aaea10ad6997f5a6064e0d5f4d49c90a97d7126 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 d62988935b1a..37b31ff3d8bf 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 >@@ -51,4 +53,8 @@ GNUTLS_MESON_OFF= -Dgnutls=false > GTK4_USE= GNOME=gtk40 > GTK4_MESON_ON= -Dgtk4=true > >+post-patch-GNUTLS-off: >+ ${REINPLACE_CMD} -e 's|#ifndef WITH_GNUTLS|#if 0|g' \ >+ ${WRKSRC}/src/vte.cc >+ > .include <bsd.port.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