Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/librsvg
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-11-14 19:50:38 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-11-14 19:50:38 +0100
commit8534a42a8bd618a0f11581aa3b4748fc86da9712 (patch)
treefd9dd21cde575694a97ff1fd5d442d8a5cf6d640 /extra/librsvg
parent990b229364cf9eaf401ee17cbd8d6c4981d522eb (diff)
extra/librsvg: temporarily using llvm12-libs shim
Diffstat (limited to 'extra/librsvg')
-rw-r--r--extra/librsvg/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/librsvg/PKGBUILD b/extra/librsvg/PKGBUILD
index f9827542..cd6cb47c 100644
--- a/extra/librsvg/PKGBUILD
+++ b/extra/librsvg/PKGBUILD
@@ -34,3 +34,6 @@ eval "$(
s/make check/make check || true/
'
)"
+
+# temporary to make it build with rust and LLVM12
+makedepends+=(llvm12-libs)