pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/libaom
Module Name: pkgsrc
Committed By: rjs
Date: Fri Jun 7 17:54:07 UTC 2019
Modified Files:
pkgsrc/multimedia/libaom: Makefile
Log Message:
Only need nasm for x86.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/multimedia/libaom/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/libaom/Makefile
diff -u pkgsrc/multimedia/libaom/Makefile:1.5 pkgsrc/multimedia/libaom/Makefile:1.6
--- pkgsrc/multimedia/libaom/Makefile:1.5 Sun Nov 11 18:03:17 2018
+++ pkgsrc/multimedia/libaom/Makefile Fri Jun 7 17:54:07 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/11/11 18:03:17 leot Exp $
+# $NetBSD: Makefile,v 1.6 2019/06/07 17:54:07 rjs Exp $
PKGNAME= libaom-1.0.0
PKGREVISION= 1
@@ -42,6 +42,8 @@ CMAKE_ARGS+= -DENABLE_WERROR:BOOL=OFF
CMAKE_ARGS+= -DCONFIG_RUNTIME_CPU_DETECT=0
.endif
+.if ${MACHINE_ARCH} == x86_64 || ${MACHINE_ARCH} == i386
BUILD_DEPENDS+= nasm>=2.13:../../devel/nasm
+.endif
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index