Received: by mail.netbsd.org (Postfix, from userid 605) id 1CD1B84F6D; Thu, 25 Jun 2020 12:38:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9988084F56 for ; Thu, 25 Jun 2020 12:38:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yC_Hm7Tw4mLS for ; Thu, 25 Jun 2020 12:38:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id F3F6D84DA4 for ; Thu, 25 Jun 2020 12:38:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E7CA6FB28; Thu, 25 Jun 2020 12:38:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159308873282780" MIME-Version: 1.0 Date: Thu, 25 Jun 2020 12:38:52 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/libretro-nestopia To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200625123852.E7CA6FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159308873282780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Jun 25 12:38:52 UTC 2020 Modified Files: pkgsrc/emulators/libretro-nestopia: Makefile Log Message: libretro-nestopia: moar gnu linker args To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/libretro-nestopia/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159308873282780 Content-Disposition: inline Content-Length: 765 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/libretro-nestopia/Makefile diff -u pkgsrc/emulators/libretro-nestopia/Makefile:1.8 pkgsrc/emulators/libretro-nestopia/Makefile:1.9 --- pkgsrc/emulators/libretro-nestopia/Makefile:1.8 Sat May 30 15:12:46 2020 +++ pkgsrc/emulators/libretro-nestopia/Makefile Thu Jun 25 12:38:52 2020 @@ -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" --_----------=_159308873282780--