pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/vte3 vte3: Disable systemd support explicitly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac3028be6ff0
branches:  trunk
changeset: 441074:ac3028be6ff0
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Oct 25 13:15:43 2020 +0000

description:
vte3: Disable systemd support explicitly.

vte3 assumes Linux has systemd by default, so if you attempt to build
this package on a Linux distribution without systemd, it will fail to
find libsystemd and error out.

diffstat:

 x11/vte3/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r a85333bf4678 -r ac3028be6ff0 x11/vte3/Makefile
--- a/x11/vte3/Makefile Sun Oct 25 12:59:26 2020 +0000
+++ b/x11/vte3/Makefile Sun Oct 25 13:15:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/10/06 19:51:19 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2020/10/25 13:15:43 nia Exp $
 
 DISTNAME=      vte-0.60.3
 PKGNAME=       ${DISTNAME:S/vte/vte3/}
@@ -21,6 +21,10 @@
 # for c++17
 GCC_REQD+=             7
 
+# Otherwise, this will fail on Linux distributions that don't
+# have libsystemd.
+MESON_ARGS+=           -D_systemd=false
+
 .include "../../devel/meson/build.mk"
 .include "../../converters/fribidi/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index