pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep 15 11:36:08 UTC 2026

Modified Files:
        pkgsrc/x11/xfd: Makefile

Log Message:
xfd: fix PLIST for native X


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/x11/xfd/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/xfd/Makefile
diff -u pkgsrc/x11/xfd/Makefile:1.24 pkgsrc/x11/xfd/Makefile:1.25
--- pkgsrc/x11/xfd/Makefile:1.24        Sun Jan 25 07:47:08 2026
+++ pkgsrc/x11/xfd/Makefile     Tue Sep 15 11:36:08 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2026/01/25 07:47:08 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2026/09/15 11:36:08 wiz Exp $
 
 DISTNAME=      xfd-1.1.5
 CATEGORIES=    x11
@@ -11,7 +11,7 @@ COMMENT=      Display all the characters in a
 
 USE_TOOLS+=    pkg-config xgettext
 
-#MAKE_FLAGS+=          appdefaultdir=${PREFIX}/lib/X11/app-defaults
+MESON_ARGS+=   -Dappdefaultdir=${PREFIX}/lib/X11/app-defaults
 
 .include "../../devel/meson/build.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index