summaryrefslogtreecommitdiff
path: root/emulators/dolphin-emu
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-07-05 08:38:36 +0000
committernia <nia@pkgsrc.org>2019-07-05 08:38:36 +0000
commit33a1e39a31c7df400cb0b43deb832f635b15135a (patch)
tree50288d43569397ef7b55956f96013d96eb27b20d /emulators/dolphin-emu
parent83d646dcb5abb67faf398401787d1651ed6e797b (diff)
downloadpkgsrc-33a1e39a31c7df400cb0b43deb832f635b15135a.tar.gz
Adjust some dlopen handling in the emulators category.
Diffstat (limited to 'emulators/dolphin-emu')
-rw-r--r--emulators/dolphin-emu/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile
index 1a5f8300870..00abc52d0f6 100644
--- a/emulators/dolphin-emu/Makefile
+++ b/emulators/dolphin-emu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/07/05 08:27:12 nia Exp $
+# $NetBSD: Makefile,v 1.8 2019/07/05 08:38:36 nia Exp $
DISTNAME= dolphin-emu-5.0
PKGREVISION= 4
@@ -41,8 +41,6 @@ CMAKE_ARGS+= -DENABLE_GENERIC=1
# "Couldn't find libevdev and/or libudev. Can't build evdev controller backend."
CMAKE_ARGS.Linux+= -DENABLE_EVDEV=0
-BUILDLINK_TRANSFORM+= rm:-ldl
-
# JIT
NOT_PAX_MPROTECT_SAFE+= bin/dolphin-emu
NOT_PAX_MPROTECT_SAFE+= bin/dolphin-emu-nogui
@@ -66,5 +64,6 @@ NOT_PAX_MPROTECT_SAFE+= bin/dolphin-emu-nogui
.endif
.include "../../x11/wxGTK30/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
+BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:Q}
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"