summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-10-14 22:28:23 +0200
committerMichel Zou2021-10-14 22:28:23 +0200
commit14180a037a2bddcd010b1b2c19da9166386d7c69 (patch)
tree954444b403f4006c82e846aa2363771a0287b051 /PKGBUILD
parent315c321218b893c9df6d56eb5683b23d0afd1641 (diff)
downloadaur-14180a037a2bddcd010b1b2c19da9166386d7c69.tar.gz
HPDF_DLL=0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7768aa24d62f..790e14f419e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-vtk-git
-pkgver=r79821.63cc8438341
+pkgver=r79880.627a81f95bf
pkgrel=1
pkgdesc='A software system for 3D computer graphics, image processing, and visualization (mingw-w64)'
arch=('any')
@@ -24,6 +24,7 @@ prepare() {
cd "${srcdir}/vtk"
# 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
}
build() {