pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xcalc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 12 07:37:32 UTC 2026

Modified Files:
        pkgsrc/x11/xcalc: Makefile

Log Message:
xcalc: provide path to appdefaults dir

Should fix PLIST with native X.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/xcalc/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/xcalc/Makefile
diff -u pkgsrc/x11/xcalc/Makefile:1.19 pkgsrc/x11/xcalc/Makefile:1.20
--- pkgsrc/x11/xcalc/Makefile:1.19      Sun Feb  8 06:39:37 2026
+++ pkgsrc/x11/xcalc/Makefile   Thu Feb 12 07:37:32 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2026/02/08 06:39:37 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2026/02/12 07:37:32 wiz Exp $
 
 DISTNAME=              xcalc-1.1.3
 CATEGORIES=            x11
@@ -11,6 +11,7 @@ COMMENT=              Scientific calculator for X
 LICENSE=               mit
 
 USE_TOOLS+=            pkg-config
+MESON_ARGS+=           -Dappdefaultdir=${PREFIX}/lib/X11/app-defaults
 
 .include "../../devel/meson/build.mk"
 .include "../../x11/libXaw/buildlink3.mk"



Home | Main Index | Thread Index | Old Index