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: sevan
Date: Fri Dec 7 00:15:46 UTC 2018
Modified Files:
pkgsrc/x11/libxshmfence: Makefile
Log Message:
Need pthread support, make sure a substitue is present if OS lacks support
natively, e.g Minix at present.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/x11/libxshmfence/Makefile:1.11
--- pkgsrc/x11/libxshmfence/Makefile:1.10 Wed Mar 7 11:57:38 2018
+++ pkgsrc/x11/libxshmfence/Makefile Fri Dec 7 00:15:46 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/03/07 11:57:38 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/12/07 00:15:46 sevan Exp $
DISTNAME= libxshmfence-1.3
PKGREVISION= 1
@@ -33,6 +33,7 @@ post-extract:
pre-configure:
cd ${WRKSRC} && autoreconf -vif
+.include "../../mk/pthread.buildlink3.mk"
.include "../../devel/xorg-util-macros/buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index