pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/x265 x265: fix operator



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4848c9e9d0b
branches:  trunk
changeset: 441224:f4848c9e9d0b
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Oct 29 21:47:39 2020 +0000

description:
x265: fix operator

diffstat:

 multimedia/x265/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e4ebd87d594c -r f4848c9e9d0b multimedia/x265/Makefile
--- a/multimedia/x265/Makefile  Thu Oct 29 21:47:00 2020 +0000
+++ b/multimedia/x265/Makefile  Thu Oct 29 21:47:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/10/29 21:47:00 nia Exp $
+# $NetBSD: Makefile,v 1.32 2020/10/29 21:47:39 nia Exp $
 
 DISTNAME=      x265_3.4
 PKGNAME=       ${DISTNAME:S/_/-/}
@@ -15,7 +15,7 @@
 .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
 .  if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "i386"
 # Avoid text relocations
-CMAKE_ARGS+=   -DENABLE_ASSEMBLY+OFF
+CMAKE_ARGS+=   -DENABLE_ASSEMBLY=OFF
 .  else
 TOOL_DEPENDS+= nasm>=2.13.0:../../devel/nasm
 .  endif



Home | Main Index | Thread Index | Old Index