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:           Fri Sep 10 12:47:46 UTC 2021

Modified Files:
        pkgsrc/multimedia/libvpx: Makefile

Log Message:
libvpx: fix building on Darwin 21


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 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.88 pkgsrc/multimedia/libvpx/Makefile:1.89
--- pkgsrc/multimedia/libvpx/Makefile:1.88      Tue Jul 13 15:35:42 2021
+++ pkgsrc/multimedia/libvpx/Makefile   Fri Sep 10 12:47:46 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2021/07/13 15:35:42 schmonz Exp $
+# $NetBSD: Makefile,v 1.89 2021/09/10 12:47:46 adam Exp $
 
 DISTNAME=      libvpx-1.10.0
 PKGREVISION=   1
@@ -51,8 +51,10 @@ CONFIGURE_ARGS+=     --target=x86-darwin9-gc
 CONFIGURE_ARGS+=       --target=x86-darwin8-gcc
 .    endif
 .  elif ${MACHINE_ARCH} == "x86_64"
-.    if !empty(OS_VERSION:M1[0-7].*) || !empty(OS_VERSION:M2[0-9].*)
+.    if !empty(OS_VERSION:M1[0-7].*)
 CONFIGURE_ARGS+=       --target=x86_64-darwin${OS_VERSION:C/\.[0-9]*//g}-gcc
+.    elif !empty(OS_VERSION:M2[0-9].*)
+CONFIGURE_ARGS+=       --target=x86_64-darwin20-gcc
 .    else
 CONFIGURE_ARGS+=       --target=x86_64-darwin9-gcc
 .    endif



Home | Main Index | Thread Index | Old Index