summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-11-21 12:25:25 +0100
committerMichel Zou2021-11-21 12:25:25 +0100
commit4533753de1aea64d3f65b6fbc4bc21cdcfd36c76 (patch)
tree39a527de9c53e8025ee46ab306bff327a60f20f6 /PKGBUILD
parent9f5ab7fde022b5c36acd7e71df5d7900be198978 (diff)
downloadaur-4533753de1aea64d3f65b6fbc4bc21cdcfd36c76.tar.gz
STRICT
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc74656c9b02..88caaa956282 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-vtk-git
-pkgver=r79880.627a81f95bf
+pkgver=r80368.924cd45297e
pkgrel=1
pkgdesc='A software system for 3D computer graphics, image processing, and visualization (mingw-w64)'
arch=('any')
@@ -25,6 +25,7 @@ prepare() {
# We have a patched libharu
sed -i "s|2.4.0|2.3.0|" ThirdParty/libharu/CMakeLists.txt
sed -i "s|set(HPDF_DLL 1)|set(HPDF_DLL 0)|g" ThirdParty/libharu/CMakeLists.txt
+ sed -i "27i#undef STRICT" ThirdParty/libproj/vtk_libproj.h.in
}
build() {