Received: by mail.netbsd.org (Postfix, from userid 605) id 785F584D66; Thu, 18 Apr 2019 09:15:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F419584D3B for ; Thu, 18 Apr 2019 09:15:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id XKfSBUlsYVf7 for ; Thu, 18 Apr 2019 09:15:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5F05384D35 for ; Thu, 18 Apr 2019 09:15:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5A0BCFB16; Thu, 18 Apr 2019 09:15:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155557890882870" MIME-Version: 1.0 Date: Thu, 18 Apr 2019 09:15:08 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/snes9x-gtk To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190418091508.5A0BCFB16@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. --_----------=_155557890882870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Apr 18 09:15:08 UTC 2019 Modified Files: pkgsrc/emulators/snes9x-gtk: Makefile Log Message: emulators/snes9x-gtk: try to ensure networking libs get included on SunOS To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 pkgsrc/emulators/snes9x-gtk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155557890882870 Content-Disposition: inline Content-Length: 695 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/snes9x-gtk/Makefile diff -u pkgsrc/emulators/snes9x-gtk/Makefile:1.64 pkgsrc/emulators/snes9x-gtk/Makefile:1.65 --- pkgsrc/emulators/snes9x-gtk/Makefile:1.64 Tue Mar 5 12:12:31 2019 +++ pkgsrc/emulators/snes9x-gtk/Makefile Thu Apr 18 09:15:08 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2019/03/05 12:12:31 nia Exp $ +# $NetBSD: Makefile,v 1.65 2019/04/18 09:15:08 nia Exp $ .include "../../emulators/snes9x/Makefile.common" @@ -27,7 +27,7 @@ SUBST_FILES.oss+= gtk/src/gtk_sound_driv SUBST_SED.oss= -e "s,/dev/dsp,${DEVOSSAUDIO},g" .endif -LIBS.SunOS+= -lsocket -lnsl +LDFLAGS.SunOS+= -lsocket -lnsl BUILDLINK_TRANSFORM+= rm:-ldl --_----------=_155557890882870--