Received: by mail.netbsd.org (Postfix, from userid 605) id E20E084DB2; Fri, 17 Sep 2021 10:24:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1E63684D6A for ; Fri, 17 Sep 2021 10:24:09 +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 0IXRu-hW9raG for ; Fri, 17 Sep 2021 10:24:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A539A84D57 for ; Fri, 17 Sep 2021 10:24:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9EF93FA97; Fri, 17 Sep 2021 10:24:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1631874248109060" MIME-Version: 1.0 Date: Fri, 17 Sep 2021 10:24:08 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www/luakit To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210917102408.9EF93FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1631874248109060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Sep 17 10:24:08 UTC 2021 Modified Files: pkgsrc/www/luakit: Makefile Log Message: luakit: add missing libraries on SunOS To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/luakit/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1631874248109060 Content-Disposition: inline Content-Length: 652 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/luakit/Makefile diff -u pkgsrc/www/luakit/Makefile:1.9 pkgsrc/www/luakit/Makefile:1.10 --- pkgsrc/www/luakit/Makefile:1.9 Wed Apr 21 11:42:54 2021 +++ pkgsrc/www/luakit/Makefile Fri Sep 17 10:24:08 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2021/04/21 11:42:54 adam Exp $ +# $NetBSD: Makefile,v 1.10 2021/09/17 10:24:08 nia Exp $ DISTNAME= luakit-2.3 PKGREVISION= 1 @@ -20,6 +20,8 @@ MAKE_FLAGS+= PIXMAPDIR=${PREFIX}/share/p MAKE_FLAGS+= XDGPREFIX=${PKG_SYSCONFDIR} MAKE_FLAGS+= VERSION=${PKGVERSION} +LDFLAGS.SunOS+= -lm -lsocket + LUA_VERSIONS_ACCEPTED= 51 .include "../../lang/lua/luaversion.mk" --_----------=_1631874248109060--