Received: by mail.netbsd.org (Postfix, from userid 605) id 7B4DC84EE6; Wed, 24 Jun 2020 14:35:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 04C9384DA9 for ; Wed, 24 Jun 2020 14:35:13 +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 Cbk6B1ukcvP1 for ; Wed, 24 Jun 2020 14:35:12 +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 5F03784CDB for ; Wed, 24 Jun 2020 14:35:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5CBEBFB28; Wed, 24 Jun 2020 14:35:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159300931244140" MIME-Version: 1.0 Date: Wed, 24 Jun 2020 14:35:12 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/multimedia/obs-studio To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200624143512.5CBEBFB28@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. --_----------=_159300931244140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Jun 24 14:35:12 UTC 2020 Modified Files: pkgsrc/multimedia/obs-studio: Makefile Log Message: ... like the last commit, but properly this time To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/multimedia/obs-studio/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159300931244140 Content-Disposition: inline Content-Length: 818 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/multimedia/obs-studio/Makefile diff -u pkgsrc/multimedia/obs-studio/Makefile:1.18 pkgsrc/multimedia/obs-studio/Makefile:1.19 --- pkgsrc/multimedia/obs-studio/Makefile:1.18 Wed Jun 24 14:34:37 2020 +++ pkgsrc/multimedia/obs-studio/Makefile Wed Jun 24 14:35:12 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2020/06/24 14:34:37 nia Exp $ +# $NetBSD: Makefile,v 1.19 2020/06/24 14:35:12 nia Exp $ DISTNAME= obs-studio-25.0.8 PKGREVISION= 4 @@ -39,8 +39,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../graphics/MesaLib/buildlink3.mk" .include "../../lang/LuaJIT2/platform.mk" PLIST_VARS+= lua -#.if !empty(PLATFORM_SUPPORTS_LUAJIT:M[Yy][Ee][Ss]) -.if 0 +.if !empty(PLATFORM_SUPPORTS_LUAJIT:M[Yy][Ee][Ss]) PLIST.lua= yes . include "../../lang/LuaJIT2/buildlink3.mk" .else --_----------=_159300931244140--