View | Details | Raw Unified | Return to bug 275778 | Differences between
and this patch

Collapse All | Expand All

(-)b/x11-toolkits/vte3/Makefile (+6 lines)
Lines 32-37 MESON_ARGS= -Da11y=true \ Link Here
32
		-Dicu=true \
32
		-Dicu=true \
33
		-D_systemd=false \
33
		-D_systemd=false \
34
		-Dvapi=true
34
		-Dvapi=true
35
# Disable build time flooding.
36
CFLAGS+=	-Wno-cast-function-type-strict
35
37
36
# shlib version numbers come from gtk3/4 meson options, not from PYTHON_VER
38
# shlib version numbers come from gtk3/4 meson options, not from PYTHON_VER
37
PLIST_SUB=	VERSION=2.91 VER3=3.91
39
PLIST_SUB=	VERSION=2.91 VER3=3.91
Lines 51-54 GNUTLS_MESON_OFF= -Dgnutls=false Link Here
51
GTK4_USE=		GNOME=gtk40
53
GTK4_USE=		GNOME=gtk40
52
GTK4_MESON_ON=		-Dgtk4=true
54
GTK4_MESON_ON=		-Dgtk4=true
53
55
56
post-patch-GNUTLS-off:
57
	${REINPLACE_CMD} -e 's|#ifndef WITH_GNUTLS|#if 0|g' \
58
		${WRKSRC}/src/vte.cc
59
54
.include <bsd.port.mk>
60
.include <bsd.port.mk>

Return to bug 275778