pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/parallel/threadingbuildingblocks
Module Name: pkgsrc
Committed By: nia
Date: Fri Sep 10 12:08:51 UTC 2021
Modified Files:
pkgsrc/parallel/threadingbuildingblocks: Makefile
Log Message:
threadingbuildingblocks: needs atomic64
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/parallel/threadingbuildingblocks/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/parallel/threadingbuildingblocks/Makefile
diff -u pkgsrc/parallel/threadingbuildingblocks/Makefile:1.10 pkgsrc/parallel/threadingbuildingblocks/Makefile:1.11
--- pkgsrc/parallel/threadingbuildingblocks/Makefile:1.10 Wed Jul 14 17:56:16 2021
+++ pkgsrc/parallel/threadingbuildingblocks/Makefile Fri Sep 10 12:08:51 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/07/14 17:56:16 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/09/10 12:08:51 nia Exp $
DISTNAME= oneTBB-2021.3.0
PKGNAME= ${DISTNAME:S/oneTBB-/threadingbuildingblocks-/}
@@ -17,5 +17,6 @@ USE_LANGUAGES= c c++11
CMAKE_ARGS+= -DTBB_STRICT=OFF
TEST_TARGET= test
+.include "../../mk/atomic64.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index