summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2019-12-15 14:03:30 +0200
committerStelios Tsampas2019-12-15 14:03:30 +0200
commit6b4354a0fd44f3a601710f6ec4fd4ef063936a2a (patch)
tree0e3805b4ab7ac75b2c6ae5ac715e7498da88b50c /PKGBUILD
parent161d4229b10ccfab649e343a0cc893c216482213 (diff)
downloadaur-d9vk-winelib-git.tar.gz
version 0.40.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d973df82533..24f273539d4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: loathingkernel <loathingkernel @at gmail .dot com>
pkgname=d9vk-winelib-git
-_tag=0.40
-pkgver=0.40.r0.654329864
+_tag=0.40.1
+pkgver=0.40.1.r4.0f35b84ea
pkgrel=1
pkgdesc="A d3d9 to vk layer based off DXVK's codebase, winelib version"
arch=('x86_64')
@@ -52,6 +52,9 @@ prepare() {
# Adjust optimization level in meson arguments. This is ignored
# anyways because meson sets its own optimization level.
CFLAGS="${CFLAGS/ -O*([0-3])/}"
+ # Filter fstack-protector flag for MingW.
+ # https://github.com/Joshua-Ashton/d9vk/issues/476
+ #CFLAGS="${CFLAGS/ -fstack-protector*/}"
# Doesn't compile with these flags in MingW so remove them.
# They are also filtered in Wine PKGBUILDs so remove them
# for winelib versions too.