summaryrefslogtreecommitdiff
path: root/net/isc-dhcp4
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2022-08-06 17:22:07 +0000
committerhe <he@pkgsrc.org>2022-08-06 17:22:07 +0000
commit18c8edae94be75ce70a8c4625bdef80db9faba49 (patch)
treeb321e2de9b082821d5032355ede649877c924d31 /net/isc-dhcp4
parent87fddddc79afb8564d8803aa4966de456ad86e38 (diff)
downloadpkgsrc-18c8edae94be75ce70a8c4625bdef80db9faba49.tar.gz
net/isc-dhcp4: convert to using mk/atomic64.mk.
Diffstat (limited to 'net/isc-dhcp4')
-rw-r--r--net/isc-dhcp4/Makefile3
-rw-r--r--net/isc-dhcp4/hacks.mk13
2 files changed, 2 insertions, 14 deletions
diff --git a/net/isc-dhcp4/Makefile b/net/isc-dhcp4/Makefile
index e8d24632384..20aebb05f19 100644
--- a/net/isc-dhcp4/Makefile
+++ b/net/isc-dhcp4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/01/23 08:11:27 taca Exp $
+# $NetBSD: Makefile,v 1.18 2022/08/06 17:22:07 he Exp $
PKGNAME= isc-dhcp-${DHVER}
COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Base
@@ -18,4 +18,5 @@ post-install:
${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
.include "../../net/isc-dhcp4/Makefile.common"
+.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/isc-dhcp4/hacks.mk b/net/isc-dhcp4/hacks.mk
deleted file mode 100644
index 5fd3c4786d4..00000000000
--- a/net/isc-dhcp4/hacks.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: hacks.mk,v 1.1 2022/07/24 19:52:41 he Exp $
-
-.if !defined(NET_DHCP4_HACKS_MK)
-NET_DHCP4__HACKS_MK= defined
-
-# [Sun Jul 24 20:23:03 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 # NET_DHCP4_HACKS_MK