pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libaom libaom: Make MAKE_JOBS_SAFE=no to av...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00d1b659edb6
branches:  trunk
changeset: 459578:00d1b659edb6
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Oct 09 20:56:11 2021 +0000

description:
libaom: Make MAKE_JOBS_SAFE=no to avoid reporducible undefined references

diffstat:

 multimedia/libaom/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c83a15033f93 -r 00d1b659edb6 multimedia/libaom/Makefile
--- a/multimedia/libaom/Makefile        Sat Oct 09 20:36:04 2021 +0000
+++ b/multimedia/libaom/Makefile        Sat Oct 09 20:56:11 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2021/10/09 20:24:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2021/10/09 20:56:11 ryoon Exp $
 
 PKGNAME=       libaom-3.1.3
 DISTNAME=      ce9a40ce01ade9d6fea1721c82645804a2f39b00
@@ -11,6 +11,8 @@
 COMMENT=       Library for using AV1, video coding format
 LICENSE=       2-clause-bsd
 
+MAKE_JOBS_SAFE=        no
+
 WRKSRC=                ${WRKDIR}
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++



Home | Main Index | Thread Index | Old Index