Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/obs-studio ... like the last commit, but pr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebe76c7e6672
branches:  trunk
changeset: 434871:ebe76c7e6672
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jun 24 14:35:12 2020 +0000

description:
... like the last commit, but properly this time

diffstat:

 multimedia/obs-studio/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r d267bc9548f7 -r ebe76c7e6672 multimedia/obs-studio/Makefile
--- a/multimedia/obs-studio/Makefile    Wed Jun 24 14:34:37 2020 +0000
+++ b/multimedia/obs-studio/Makefile    Wed Jun 24 14:35:12 2020 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index