Received: by mail.netbsd.org (Postfix, from userid 605) id 1BA2F84DDF; Sat, 11 Jul 2020 14:51:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9808184DD4 for ; Sat, 11 Jul 2020 14:51:03 +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 GQABcUBvAw05 for ; Sat, 11 Jul 2020 14:51:03 +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 3000C84DC8 for ; Sat, 11 Jul 2020 14:51:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 27772FB28; Sat, 11 Jul 2020 14:51:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1594479063224660" MIME-Version: 1.0 Date: Sat, 11 Jul 2020 14:51:03 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/lua-socket To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200711145103.27772FB28@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. --_----------=_1594479063224660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Jul 11 14:51:03 UTC 2020 Modified Files: pkgsrc/net/lua-socket: Makefile Log Message: lua-socket: Attempt to fix Darwin build To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/lua-socket/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1594479063224660 Content-Disposition: inline Content-Length: 666 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/lua-socket/Makefile diff -u pkgsrc/net/lua-socket/Makefile:1.11 pkgsrc/net/lua-socket/Makefile:1.12 --- pkgsrc/net/lua-socket/Makefile:1.11 Thu Jul 2 10:26:19 2020 +++ pkgsrc/net/lua-socket/Makefile Sat Jul 11 14:51:02 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2020/07/02 10:26:19 nia Exp $ +# $NetBSD: Makefile,v 1.12 2020/07/11 14:51:02 nia Exp $ DISTNAME= luasocket-3.0-rc1 PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/lua//:S/-rc/rc/} @@ -13,6 +13,7 @@ LICENSE= mit MAKE_FILE= makefile +LDFLAGS.Darwin= -bundle -undefined dynamic_lookup LDFLAGS.SunOS= -lrt -lresolv MAKE_FLAGS+= LUAV=${_LUA_DOT_VERSION} --_----------=_1594479063224660--