pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xcb-util-wm



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Sat Jun 29 17:07:51 UTC 2024

Modified Files:
        pkgsrc/x11/xcb-util-wm: Makefile

Log Message:
Fix build failure by adding "m4" to USE_TOOLS


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xcb-util-wm/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/xcb-util-wm/Makefile
diff -u pkgsrc/x11/xcb-util-wm/Makefile:1.10 pkgsrc/x11/xcb-util-wm/Makefile:1.11
--- pkgsrc/x11/xcb-util-wm/Makefile:1.10        Sun Oct 23 07:34:07 2022
+++ pkgsrc/x11/xcb-util-wm/Makefile     Sat Jun 29 17:07:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/10/23 07:34:07 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/06/29 17:07:51 cheusov Exp $
 
 DISTNAME=      xcb-util-wm-0.4.2
 PKGREVISION=   1
@@ -13,7 +13,7 @@ LICENSE=      mit
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    gmake pkg-config
+USE_TOOLS+=    gmake pkg-config m4
 
 PKGCONFIG_OVERRIDE+=   ewmh/xcb-ewmh.pc.in
 PKGCONFIG_OVERRIDE+=   icccm/xcb-icccm.pc.in



Home | Main Index | Thread Index | Old Index