summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-12-31 20:04:11 +0000
committernia <nia@pkgsrc.org>2020-12-31 20:04:11 +0000
commitf463db40c65bad3f65128ddcf5be6b3bf0337d5c (patch)
tree7bfa4e57ef6b84af56bd417dbec9fd094a6e383d /emulators
parent3add785e86facdcafd3301cc7d879bd6c2d3bc37 (diff)
downloadpkgsrc-f463db40c65bad3f65128ddcf5be6b3bf0337d5c.tar.gz
Normalize handling packages that require 64-bit atomic ops.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/libretro-parallel-n64/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/libretro-parallel-n64/Makefile b/emulators/libretro-parallel-n64/Makefile
index 58b807808bf..f6ec9172fa3 100644
--- a/emulators/libretro-parallel-n64/Makefile
+++ b/emulators/libretro-parallel-n64/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/11/13 16:15:54 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/12/31 20:04:11 nia Exp $
DISTNAME= libretro-parallel-n64-20200528
CATEGORIES= emulators
@@ -36,12 +36,9 @@ MAKE_FLAGS+= WITH_DYNAREC=
CFLAGS+= -DNO_ASM
.endif
-.if ${MACHINE_ARCH} == "powerpc"
-.include "../../devel/libatomic/buildlink3.mk"
-.endif
-
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=./libretro/link.T
.include "options.mk"
.include "../../emulators/retroarch/core.mk"
+.include "../../mk/atomic64.mk"
.include "../../mk/bsd.pkg.mk"