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: ryoon
Date: Sat Oct 9 20:56:11 UTC 2021
Modified Files:
pkgsrc/multimedia/libaom: Makefile
Log Message:
libaom: Make MAKE_JOBS_SAFE=no to avoid reporducible undefined references
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/multimedia/libaom/Makefile:1.18
--- pkgsrc/multimedia/libaom/Makefile:1.17 Sat Oct 9 20:24:38 2021
+++ pkgsrc/multimedia/libaom/Makefile Sat Oct 9 20:56:11 2021
@@ -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 @@ HOMEPAGE= https://aomedia.googlesource.c
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