summaryrefslogtreecommitdiff
path: root/graphics/vtk
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2022-08-06 16:49:06 +0000
committerhe <he@pkgsrc.org>2022-08-06 16:49:06 +0000
commitb3d21635de3b739c00dadfb61398dd16f40fc856 (patch)
treeef0399e925658e61482687f549e03858f581efaa /graphics/vtk
parent0cbe2f2c5549ecc0fea5af2effcead1afa4c4d73 (diff)
downloadpkgsrc-b3d21635de3b739c00dadfb61398dd16f40fc856.tar.gz
graphics/vtk: convert to using mk/atomic64.mk.
Diffstat (limited to 'graphics/vtk')
-rw-r--r--graphics/vtk/Makefile3
-rw-r--r--graphics/vtk/hacks.mk13
2 files changed, 2 insertions, 14 deletions
diff --git a/graphics/vtk/Makefile b/graphics/vtk/Makefile
index 0a4eb98ef38..35ac673c2e7 100644
--- a/graphics/vtk/Makefile
+++ b/graphics/vtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2022/07/14 23:46:24 dholland Exp $
+# $NetBSD: Makefile,v 1.24 2022/08/06 16:49:06 he Exp $
DISTNAME= VTK-9.0.3
PKGNAME= ${DISTNAME:tl}
@@ -74,4 +74,5 @@ post-extract:
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/pugixml/buildlink3.mk"
.include "../../textproc/utf8-cpp/buildlink3.mk"
+.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/vtk/hacks.mk b/graphics/vtk/hacks.mk
deleted file mode 100644
index 3e4ccf6fa97..00000000000
--- a/graphics/vtk/hacks.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: hacks.mk,v 1.1 2022/07/29 09:56:49 he Exp $
-
-.if !defined(GRAPHICS_VTK_HACKS_MK)
-GRAPHICS_VTK__HACKS_MK= defined
-
-# [Fri Jul 29 11:55:42 CEST 2022 : he ]
-# On NetBSD/powerpc, use devel/libatomic to get 8-byte atomics.
-.if ${MACHINE_ARCH} == "powerpc" && ${OPSYS} == "NetBSD"
-PKG_HACKS+= powerpc-atomics
-.include "../../devel/libatomic/buildlink3.mk"
-.endif
-
-.endif # GRAPHICS_VTK_HACKS_MK