Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 951F77A140 for ; Sat, 17 Sep 2016 22:13:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0444F85E60; Sat, 17 Sep 2016 22:13:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 88E7985E45 for ; Sat, 17 Sep 2016 22:13:27 +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 QbSnEzvl_MVQ for ; Sat, 17 Sep 2016 22:13:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 26D0F84CEE for ; Sat, 17 Sep 2016 22:13:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21A93FBD1; Sat, 17 Sep 2016 22:13:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147415040756920" MIME-Version: 1.0 Date: Sat, 17 Sep 2016 22:13:27 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/ham/rtl-sdr To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20160917221327.21A93FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147415040756920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Sat Sep 17 22:13:27 UTC 2016 Modified Files: pkgsrc/ham/rtl-sdr: Makefile Log Message: link network libs on SunOS To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/ham/rtl-sdr/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147415040756920 Content-Disposition: inline Content-Length: 584 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/ham/rtl-sdr/Makefile diff -u pkgsrc/ham/rtl-sdr/Makefile:1.8 pkgsrc/ham/rtl-sdr/Makefile:1.9 --- pkgsrc/ham/rtl-sdr/Makefile:1.8 Thu Apr 7 12:10:55 2016 +++ pkgsrc/ham/rtl-sdr/Makefile Sat Sep 17 22:13:26 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2016/04/07 12:10:55 wiedi Exp $ +# $NetBSD: Makefile,v 1.9 2016/09/17 22:13:26 wiedi Exp $ DISTNAME= rtl-sdr-0.5.3 PKGREVISION= 2 @@ -22,6 +22,8 @@ CMAKE_ARG_PATH=.. PKGCONFIG_OVERRIDE+= librtlsdr.pc.in +LDFLAGS.SunOS+= -lsocket -lnsl + pre-configure: ${MKDIR} ${WRKSRC}/build --_----------=_147415040756920--