pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/x265 x265: Disable assembly on FreeBSD



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab15103e4e5c
branches:  trunk
changeset: 454482:ab15103e4e5c
user:      cirnatdan <cirnatdan%pkgsrc.org@localhost>
date:      Sat Jun 12 08:18:14 2021 +0000

description:
x265: Disable assembly on FreeBSD

according to patch submitted by Yoshihiro Ota in P$ pkg/56236

diffstat:

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

diffs (18 lines):

diff -r 386d8aa8b074 -r ab15103e4e5c multimedia/x265/Makefile
--- a/multimedia/x265/Makefile  Sat Jun 12 08:11:03 2021 +0000
+++ b/multimedia/x265/Makefile  Sat Jun 12 08:18:14 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2021/04/10 08:36:03 adam Exp $
+# $NetBSD: Makefile,v 1.35 2021/06/12 08:18:14 cirnatdan Exp $
 
 DISTNAME=      x265_3.5
 PKGNAME=       ${DISTNAME:S/_/-/}
@@ -24,7 +24,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
-.  if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "i386"
+.  if (${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD") && ${MACHINE_ARCH} == "i386" 
 # Avoid text relocations
 CMAKE_ARGS+=   -DENABLE_ASSEMBLY=OFF
 .  else



Home | Main Index | Thread Index | Old Index