Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/freetype2
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-04-09 10:25:42 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-04-09 10:25:42 +0200
commit8d8175b3a5b36f1e4fef9578a67fe9eac1b8f374 (patch)
treeeaa2d48ea5bc2c2dfa18d96dc16eda5e79d7361c /extra/freetype2
parentccc231d92c50f8018d1a944f9f04fcc9113bec56 (diff)
extra/signond: removed local patching, is fixed
Diffstat (limited to 'extra/freetype2')
-rw-r--r--extra/freetype2/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/freetype2/PKGBUILD b/extra/freetype2/PKGBUILD
new file mode 100644
index 00000000..27d5022e
--- /dev/null
+++ b/extra/freetype2/PKGBUILD
@@ -0,0 +1,9 @@
+# no Rust and librsvg on i486 (for now), use librsvg-og instead
+if [ "$CARCH" == 'i486' ]; then
+ makedepends=(${makedepends[@]//librsvg/})
+ # ERROR: Invalid version of dependency, need 'librsvg-2.0' ['>= 2.46.0'] found '2.40.20'.
+ # it's used only for demos, so let's build without librsvg
+ #makedepends+=(librsvg-og)
+fi
+
+