pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libxshmfence
Module Name: pkgsrc
Committed By: riastradh
Date: Tue Jun 27 10:36:21 UTC 2023
Modified Files:
pkgsrc/x11/libxshmfence: Makefile
Log Message:
x11/libxshmfence: TOOL_DEPENDS, not buildlink3, on xorg-util-macros.
Likely need the same for everything that uses xorg-util-macros --
it's needed for running autoconf, not for linking build products
against.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/libxshmfence/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/libxshmfence/Makefile
diff -u pkgsrc/x11/libxshmfence/Makefile:1.19 pkgsrc/x11/libxshmfence/Makefile:1.20
--- pkgsrc/x11/libxshmfence/Makefile:1.19 Thu Dec 8 23:35:48 2022
+++ pkgsrc/x11/libxshmfence/Makefile Tue Jun 27 10:36:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2022/12/08 23:35:48 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2023/06/27 10:36:21 riastradh Exp $
DISTNAME= libxshmfence-1.3.2
CATEGORIES= x11
@@ -32,8 +32,9 @@ post-extract:
pre-configure:
cd ${WRKSRC} && autoreconf -vif
+TOOL_DEPENDS+= xorg-util-macros>=0:../../devel/xorg-util-macros
+
.include "../../mk/pthread.buildlink3.mk"
-.include "../../devel/xorg-util-macros/buildlink3.mk"
X11_LIB_NAME?= libxshmfence
.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
.include "../../x11/xorgproto/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index