pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xconsole



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 27 08:36:08 UTC 2026

Modified Files:
        pkgsrc/x11/xconsole: Makefile

Log Message:
xconsole: set appdefaultdir to fix build with native X


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xconsole/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xconsole/Makefile
diff -u pkgsrc/x11/xconsole/Makefile:1.17 pkgsrc/x11/xconsole/Makefile:1.18
--- pkgsrc/x11/xconsole/Makefile:1.17   Sun Apr 19 08:01:24 2026
+++ pkgsrc/x11/xconsole/Makefile        Mon Apr 27 08:36:08 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2026/04/19 08:01:24 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2026/04/27 08:36:08 wiz Exp $
 
 DISTNAME=      xconsole-1.1.1
 CATEGORIES=    x11
@@ -11,6 +11,8 @@ COMMENT=      X11 client to display console m
 
 USE_TOOLS+=    pkg-config
 
+MESON_ARGS+=   -Dappdefaultdir=${PREFIX}/lib/X11/app-defaults
+
 .include "../../devel/meson/build.mk"
 .include "../../x11/libXaw/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index