pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/vlc Use the same Lua version for library an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b79c13fd66fe
branches:  trunk
changeset: 423038:b79c13fd66fe
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Feb 09 11:31:35 2020 +0000

description:
Use the same Lua version for library and luac to fix runtime error

* Bump PKGREVISION.

diffstat:

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

diffs (21 lines):

diff -r 6ed1ddc60d25 -r b79c13fd66fe multimedia/vlc/Makefile
--- a/multimedia/vlc/Makefile   Sun Feb 09 11:28:13 2020 +0000
+++ b/multimedia/vlc/Makefile   Sun Feb 09 11:31:35 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.227 2020/01/18 21:50:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.228 2020/02/09 11:31:35 ryoon Exp $
 
 DISTNAME=              vlc-${VLC_VERSION}
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            multimedia
 MASTER_SITES=          https://download.videolan.org/pub/videolan/vlc/${VLC_VERSION}/
 EXTRACT_SUFX=          .tar.xz
@@ -34,6 +34,7 @@
 BUILDLINK_API_DEPENDS.vcdimager+=      vcdimager>=0.7.20nb1
 
 LUA_VERSIONS_ACCEPTED= 51 52
+CONFIGURE_ENV=         LUAC=${LUA_COMPILER}
 
 CONFIGURE_ARGS+=       --disable-archive
 CONFIGURE_ARGS+=       --disable-aribsub



Home | Main Index | Thread Index | Old Index