diff options
author | nia <nia@pkgsrc.org> | 2020-10-29 21:47:39 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-10-29 21:47:39 +0000 |
commit | 6bbe1b1bf378702f5f3aec0872081ea16c52d5c2 (patch) | |
tree | a970a04a6974dd6307182a5bae3d2d53b9f850cf /multimedia/x265 | |
parent | a13819c85cf7735257ee7cfffaec5dfbcf18dbcc (diff) | |
download | pkgsrc-6bbe1b1bf378702f5f3aec0872081ea16c52d5c2.tar.gz |
x265: fix operator
Diffstat (limited to 'multimedia/x265')
-rw-r--r-- | multimedia/x265/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/x265/Makefile b/multimedia/x265/Makefile index c96d6c75a39..3ab517a67e2 100644 --- a/multimedia/x265/Makefile +++ b/multimedia/x265/Makefile @@ -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 |