pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/xclock



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul  8 08:26:30 UTC 2026

Modified Files:
        pkgsrc/time/xclock: Makefile

Log Message:
xclock: set app defaults dir


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/time/xclock/Makefile

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

Modified files:

Index: pkgsrc/time/xclock/Makefile
diff -u pkgsrc/time/xclock/Makefile:1.19 pkgsrc/time/xclock/Makefile:1.20
--- pkgsrc/time/xclock/Makefile:1.19    Tue Jun 30 09:49:22 2026
+++ pkgsrc/time/xclock/Makefile Wed Jul  8 08:26:30 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2026/06/30 09:49:22 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2026/07/08 08:26:30 wiz Exp $
 
 DISTNAME=      xclock-1.2.0
 PKGREVISION=   1
@@ -14,6 +14,8 @@ PREV_PKGPATH= x11/xclock
 
 USE_TOOLS+=    pkg-config
 
+MESON_ARGS+=   -Dappdefaultdir=${PREFIX}/lib/X11/app-defaults
+
 .include "../../devel/meson/build.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"



Home | Main Index | Thread Index | Old Index