pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/pcl



Module Name:    pkgsrc
Committed By:   thor
Date:           Sun Jun  1 16:54:24 UTC 2025

Modified Files:
        pkgsrc/graphics/pcl: Makefile

Log Message:
graphics/pcl: use mk/openmp.mk with identical logic


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/graphics/pcl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/pcl/Makefile
diff -u pkgsrc/graphics/pcl/Makefile:1.49 pkgsrc/graphics/pcl/Makefile:1.50
--- pkgsrc/graphics/pcl/Makefile:1.49   Thu Apr 24 14:14:34 2025
+++ pkgsrc/graphics/pcl/Makefile        Sun Jun  1 16:54:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2025/04/24 14:14:34 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2025/06/01 16:54:24 thor Exp $
 
 DISTNAME=      pcl-1.15.0
 PKGREVISION=   4
@@ -24,10 +24,7 @@ CMAKE_CONFIGURE_ARGS.NetBSD+=        -DHAVE_POS
 
 .include "../../mk/compiler.mk"
 
-# Clang needs openmp package for OpenMP support.
-.if !empty(PKGSRC_COMPILER:Mclang)
-.include "../../parallel/openmp/buildlink3.mk"
-.endif
+.include "../../mk/openmp.mk"
 
 # See LIBATOMIC_NOT_NEEDED in CMakeLists.txt
 .if ${PKGSRC_COMPILER:Mgcc}



Home | Main Index | Thread Index | Old Index