pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/x265



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct 29 21:47:39 UTC 2020

Modified Files:
        pkgsrc/multimedia/x265: Makefile

Log Message:
x265: fix operator


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/multimedia/x265/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/x265/Makefile
diff -u pkgsrc/multimedia/x265/Makefile:1.31 pkgsrc/multimedia/x265/Makefile:1.32
--- pkgsrc/multimedia/x265/Makefile:1.31        Thu Oct 29 21:47:00 2020
+++ pkgsrc/multimedia/x265/Makefile     Thu Oct 29 21:47:39 2020
@@ -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 @@ WRKSRC=               ${WRKDIR}/${DISTNAME}/source
 .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