graphics/vulkan-loader: update to 1.3.219
Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.3.218...v1.3.219 Reported by: Repology, portscout
This commit is contained in:
parent
a46edc3208
commit
8fea2417ec
4 changed files with 24 additions and 6 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= vulkan-loader
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.3.218
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.3.219
|
||||
CATEGORIES= graphics devel
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1655411717
|
||||
SHA256 (KhronosGroup-Vulkan-Loader-v1.3.218_GH0.tar.gz) = 0bbf731296f3bc97adf44b186b3c8b9d3fb9449e56cd0e6cf96a521093bf715f
|
||||
SIZE (KhronosGroup-Vulkan-Loader-v1.3.218_GH0.tar.gz) = 1588150
|
||||
TIMESTAMP = 1656613689
|
||||
SHA256 (KhronosGroup-Vulkan-Loader-v1.3.219_GH0.tar.gz) = 4e52a9f0cab97cc73010159a29c8314b19593a928fd03507fe675d98212b746e
|
||||
SIZE (KhronosGroup-Vulkan-Loader-v1.3.219_GH0.tar.gz) = 1590818
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
In file included from loader/asm_offset.c:26:
|
||||
In file included from loader/loader.h:32:
|
||||
In file included from loader/loader_common.h:32:
|
||||
In file included from loader/vk_loader_platform.h:79:
|
||||
loader/stack_allocation.h:34:10: fatal error: 'alloca.h' file not found
|
||||
#include <alloca.h>
|
||||
^~~~~~~~~~
|
||||
|
||||
--- loader/stack_allocation.h.orig 2022-06-30 18:28:09 UTC
|
||||
+++ loader/stack_allocation.h
|
||||
@@ -30,8 +30,6 @@
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <malloc.h>
|
||||
-#else
|
||||
-#include <alloca.h>
|
||||
#endif
|
||||
|
||||
#if defined(__linux__) || defined(__APPLE__) || defined(__Fuchsia__) || defined(__QNXNTO__) || defined(__FreeBSD__)
|
|
@ -1,4 +1,4 @@
|
|||
lib/libvulkan.so
|
||||
lib/libvulkan.so.1
|
||||
lib/libvulkan.so.1.3.218
|
||||
lib/libvulkan.so.1.3.219
|
||||
libdata/pkgconfig/vulkan.pc
|
||||
|
|
Loading…
Reference in a new issue