[libvpx] Fix support for NetBSD (#48300)

This commit is contained in:
CQ_Undefine
2025-11-15 05:37:56 +01:00
committed by GitHub
parent 8d1151a58b
commit 0804e3b55b
4 changed files with 8 additions and 3 deletions

View File

@@ -235,7 +235,7 @@ else()
set(LIBVPX_TARGET "generic-gnu") # use default target
endif()
if (VCPKG_HOST_IS_OPENBSD OR VCPKG_HOST_IS_FREEBSD)
if (VCPKG_HOST_IS_BSD)
set(MAKE_BINARY "gmake")
else()
set(MAKE_BINARY "make")

View File

@@ -1,7 +1,7 @@
{
"name": "libvpx",
"version": "1.15.2",
"port-version": 2,
"port-version": 3,
"description": "The reference software implementation for the video coding formats VP8 and VP9.",
"homepage": "https://github.com/webmproject/libvpx",
"license": "BSD-3-Clause",

View File

@@ -5710,7 +5710,7 @@
},
"libvpx": {
"baseline": "1.15.2",
"port-version": 2
"port-version": 3
},
"libwandio": {
"baseline": "4.2.6-1",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "236f37cfc2554c561459979b338dde6b2aac9d8f",
"version": "1.15.2",
"port-version": 3
},
{
"git-tree": "6677969951a14750a5ab721e7ee4e23a0ddaecf1",
"version": "1.15.2",