pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/editres



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Jun 10 07:28:30 UTC 2026

Modified Files:
        pkgsrc/x11/editres: Makefile

Log Message:
editres: make sure build finds the correct app-defaults dir.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/editres/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/editres/Makefile
diff -u pkgsrc/x11/editres/Makefile:1.16 pkgsrc/x11/editres/Makefile:1.17
--- pkgsrc/x11/editres/Makefile:1.16    Mon Apr 27 08:34:13 2026
+++ pkgsrc/x11/editres/Makefile Wed Jun 10 07:28:30 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2026/04/27 08:34:13 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2026/06/10 07:28:30 markd Exp $
 
 DISTNAME=              editres-1.1.1
 CATEGORIES=            x11
@@ -11,6 +11,8 @@ COMMENT=              Dynamic resource editor for li
 
 USE_TOOLS+=            pkg-config
 
+MESON_NATIVE_ARGS+=    -Dappdefaultdir=${PREFIX}/lib/X11/app-defaults
+
 .include "../../devel/meson/build.mk"
 .include "../../x11/libXaw/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libXmu+= libXmu>=1.3.0



Home | Main Index | Thread Index | Old Index