summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2022-03-15 18:17:44 +0100
committerMichel Zou2022-03-15 18:17:44 +0100
commit49be77de9b03d1a988dcd3bdcf23d4f9f346373c (patch)
tree56cf8b5aa0b267f8aa38b73135be30b9c9888224
parent75adcef1b4781c25eb4886543ada8ecdf66d4dc9 (diff)
downloadaur-49be77de9b03d1a988dcd3bdcf23d4f9f346373c.tar.gz
isatty
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2da6fb7b6cb4..aa856aca9b0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,8 @@ prepare() {
sed -i "/MFTranscodeContainerType_MPEG4/d" VTK/IO/Movie/vtkMP4Writer.cxx
# We have a patched libharu
sed -i "s|2.4.0|2.3.0|" VTK/ThirdParty/libharu/CMakeLists.txt
+ # _isatty
+ curl -L https://github.com/gsjaardema/seacas/commit/175e2ecf.patch | patch -p6 -d VTK/ThirdParty/ioss/vtkioss
}
build() {