summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-06-25 12:38:52 +0000
committernia <nia@pkgsrc.org>2020-06-25 12:38:52 +0000
commit9f592745f01563361b016ac675e89d0ab623951c (patch)
treec58227b357b43d186ccb131b68edcf25ba1e6005 /emulators
parentfa4d21f5bb643f12cb02ac0796b68e7e291fc3bc (diff)
downloadpkgsrc-9f592745f01563361b016ac675e89d0ab623951c.tar.gz
libretro-nestopia: moar gnu linker args
Diffstat (limited to 'emulators')
-rw-r--r--emulators/libretro-nestopia/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/libretro-nestopia/Makefile b/emulators/libretro-nestopia/Makefile
index f69644fcac3..c6fd72f47c3 100644
--- a/emulators/libretro-nestopia/Makefile
+++ b/emulators/libretro-nestopia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/05/30 15:12:46 nia Exp $
+# $NetBSD: Makefile,v 1.9 2020/06/25 12:38:52 nia Exp $
.include "../../emulators/nestopia/Makefile.common"
@@ -13,6 +13,7 @@ BUILD_DIRS= libretro
LIBRETRO_CORE= nestopia
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-version-script=link.T
+BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,-no-undefined
.include "../../emulators/retroarch/core.mk"
.include "../../mk/bsd.pkg.mk"