pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/pocl



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Oct  1 10:23:50 UTC 2024

Modified Files:
        pkgsrc/parallel/pocl: Makefile

Log Message:
pocl: needs atomic64


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/parallel/pocl/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/pocl/Makefile
diff -u pkgsrc/parallel/pocl/Makefile:1.18 pkgsrc/parallel/pocl/Makefile:1.19
--- pkgsrc/parallel/pocl/Makefile:1.18  Sun Aug 25 06:19:09 2024
+++ pkgsrc/parallel/pocl/Makefile       Tue Oct  1 10:23:50 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2024/08/25 06:19:09 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2024/10/01 10:23:50 nia Exp $
 
 DISTNAME=      pocl-6.0
 CATEGORIES=    parallel
@@ -57,5 +57,6 @@ PKGCONFIG_OVERRIDE+=  pocl.pc.in.cmake
 .include "../../parallel/hwloc/buildlink3.mk"
 .include "../../parallel/ocl-icd/buildlink3.mk"
 .include "../../parallel/opencl-headers/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index