pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/libvpx
Module Name: pkgsrc
Committed By: adam
Date: Tue Sep 29 13:03:13 UTC 2020
Modified Files:
pkgsrc/multimedia/libvpx: Makefile
Log Message:
libvpx: let it build on macOS 11.0
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/multimedia/libvpx/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/libvpx/Makefile
diff -u pkgsrc/multimedia/libvpx/Makefile:1.83 pkgsrc/multimedia/libvpx/Makefile:1.84
--- pkgsrc/multimedia/libvpx/Makefile:1.83 Mon Aug 31 18:10:29 2020
+++ pkgsrc/multimedia/libvpx/Makefile Tue Sep 29 13:03:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.83 2020/08/31 18:10:29 wiz Exp $
+# $NetBSD: Makefile,v 1.84 2020/09/29 13:03:13 adam Exp $
DISTNAME= libvpx-1.9.0
PKGREVISION= 1
@@ -55,7 +55,7 @@ CONFIGURE_ARGS+= --target=x86-darwin9-gc
CONFIGURE_ARGS+= --target=x86-darwin8-gcc
. endif
. elif ${MACHINE_ARCH} == "x86_64"
-. if !empty(OS_VERSION:M1[8-9].*)
+. if !empty(OS_VERSION:M1[8-9].*) || !empty(OS_VERSION:M2[0-9].*)
CONFIGURE_ARGS+= --target=x86_64-darwin17-gcc
. elif !empty(OS_VERSION:M1[0-7].*)
CONFIGURE_ARGS+= --target=x86_64-darwin${OS_VERSION:C/\.[0-9]*//g}-gcc
Home |
Main Index |
Thread Index |
Old Index